File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -445,7 +445,8 @@ export interface Deployer {
445445 * @name ASA name - deployer will search for the ASA in the /assets/asa.yaml file
446446 * @flags deployment flags. Required.
447447 * `flags.creator` must be defined - it's an account which will sign the constructed transaction.
448- * NOTE: support for rekeyed accounts is limited (creator must have updated sk to properly sign transaction) */
448+ * NOTE: support for rekeyed accounts is limited (creator must have updated sk to properly sign
449+ * transaction) */
449450 deployASA : (
450451 name : string ,
451452 flags : rtypes . ASADeploymentFlags ,
@@ -458,7 +459,8 @@ export interface Deployer {
458459 * @asaDef ASA definitions
459460 * @flags deployment flags
460461 * `flags.creator` must be defined - it's an account which will sign the constructed transaction.
461- * NOTE: support for rekeyed accounts is limited (creator must have updated sk to properly sign transaction) */
462+ * NOTE: support for rekeyed accounts is limited (creator must have updated sk to properly sign
463+ * transaction) */
462464 deployASADef : (
463465 name : string ,
464466 asaDef : wtypes . ASADef ,
Original file line number Diff line number Diff line change 1- import { title } from "process" ;
2-
31export const ERROR_PREFIX = "ABLDR" ;
42
53export interface ErrorDescriptor {
You can’t perform that action at this time.
0 commit comments