Properties
Protected
_client
_client: undefined | APIClient
Protected
_dataPath
_dataPath: string
Protected
_metadata
_metadata: ModuleMetadataJSON[]
Protected
_schema
_schema: RegisteredSchema
Protected
debug
debug: ((...args: any[]) => void)
Type declaration
-
- (...args: any[]): void
-
Returns void
id
id: undefined | string
Static
_base
_base: string
Static
_enableJsonFlag
_enableJsonFlag: boolean
Protected
Static
_flags
_flags: FlagInput<{
[flag: string]: any;
}>
Protected
Static
_globalFlags
_globalFlags: FlagInput<{
[flag: string]: any;
}>
Static
aliases
aliases: string[]
Static
args
args: {
description: string;
name: string;
required: boolean;
}[] = ...
Static
Optional
deprecateAliases
deprecateAliases?: boolean
Static
Optional
deprecationOptions
deprecationOptions?: Deprecation
Static
description
description: string = 'Create transaction which can be broadcasted to the network. Note: fee and amount should be in Beddows!!'
Static
examples
examples: string[] = ...
Static
flags
flags: {
chain-id: OptionFlag<undefined | string>;
data-path: OptionFlag<undefined | string>;
file: OptionFlag<undefined | string>;
json: BooleanFlag<boolean>;
key-derivation-path: OptionFlag<string>;
no-signature: BooleanFlag<boolean>;
nonce: OptionFlag<undefined | string>;
offline: BooleanFlag<boolean>;
params: OptionFlag<undefined | string>;
passphrase: OptionFlag<undefined | string>;
pretty: BooleanFlag<boolean>;
send: BooleanFlag<boolean>;
sender-public-key: OptionFlag<undefined | string>;
} = ...
Type declaration
-
chain-id: OptionFlag<undefined | string>
-
data-path: OptionFlag<undefined | string>
-
file: OptionFlag<undefined | string>
-
json: BooleanFlag<boolean>
-
key-derivation-path: OptionFlag<string>
-
no-signature: BooleanFlag<boolean>
-
nonce: OptionFlag<undefined | string>
-
offline: BooleanFlag<boolean>
-
params: OptionFlag<undefined | string>
-
passphrase: OptionFlag<undefined | string>
-
pretty: BooleanFlag<boolean>
-
send: BooleanFlag<boolean>
-
sender-public-key: OptionFlag<undefined | string>
Static
help
help: undefined | string
Static
hidden
hidden: boolean
Static
parse
parse: boolean
Static
parserOptions
parserOptions: {}
Static
plugin
plugin: undefined | Plugin
Static
run
run: ((argv?: string[], config?: LoadOptions) => PromiseLike<any>)
Type declaration
-
- (argv?: string[], config?: LoadOptions): PromiseLike<any>
-
Parameters
-
Optional
argv: string[]
-
Optional
config: LoadOptions
Returns PromiseLike<any>
Static
Optional
state
state?: string
Static
strict
strict: boolean = false
Static
Optional
summary
summary?: string
Static
usage
usage: undefined | string | string[]
A hash of flags for the command