user
.Array<String>
: A list of addresses.passphrase
. If passphrase
is not provided, an interactive prompt will be launched to ask for it.addrOrIndex
- String|Number
: The address or keystore index of the keypassphrase
- String
: (Optional) The passphrase to use to unlock the key. If not provided, you will be prompted to provide it. String
: The base58 encoded private key.passphrase
. If passphrase
is not provided, an interactive prompt will be launched to ask for it.addrOrIndex
- String|Number
: The address or keystore index of the keypassphrase
- String
: (Optional) The passphrase to use to unlock the key. If not provided, you will be prompted to provide it. String
: The base58 encoded public key.address
- String
: The address of the target user account.height
- String|Number
: (Optional) The block height to query (Default: latest).String
: The current nonce.address
- String
: The address of the target user account.height
- String|Number
: (Optional) The block height to query (Default: latest).Object
: The account object balance
- String
: The native coin balance. nonce
- String
: The account nonce. stakes
- Object
: Staked coin information delegatorCommission
- String
: Commission to receive from delegators.address
- String
: The address of the target user account.height
- String|Number
: (Optional) The block height to query (Default: latest).String
: The coin balance.address
- String
: The address of the target user account.height
- String|Number
: (Optional) The block height to query (Default: latest).String
: The coin balance.includePrivKey
- Boolean
: When true, the private key is included in the result.Object
: The validator key information.txObject
- Object
: The transaction objectcommission
- String
: The percentage of reward to receive from delegators.nonce
- Number|String
: The signing account’s next nonce. fee
- String
: The network fee to be paid by the signing account. timestamp
- String
: (optional) The unix timestamp of the transaction.sig
- String
: (optional) The transaction signature. If not provided, the transaction will be signed using the signingKey
.signingKey
- String
: (optional) The private key to use to sign the transaction. payloadOnly
- Boolean
: (optional) When true, the transaction payload is returned instead of being sent to the network.Object
- The result objecthash
- String
: A 32 bytes transaction hash.txObject
- Object
: The transaction objectvalue
- Number|String
: The amount of native coin to be sent.to
- String
: The address of the recipient; A user address or a repository name prefixed with r/
.nonce
- Number|String
: The signing account’s next nonce. fee
- String
: The network fee to be paid by the signing account. timestamp
- String
: (optional) The unix timestamp of the transaction.sig
- String
: (optional) The transaction signature. If not provided, the transaction will be signed using the signingKey
.signingKey
- String
: (optional) The private key to use to sign the transaction. payloadOnly
- Boolean
: (optional) When true, the transaction payload is returned instead of being sent to the network.Object
- The result objecthash
- String
: A 32 bytes transaction hash.