pk
.txObject
- Object
: The transaction objectpubKey
- String
: (optional) A base58 encoded public key to be registered.scopes
- Array<String>
: (optional) A list of repositories or namespaces where the push key can be used.feeCap
- String
: (optional) The maximum amount of fee the key can spend from its creator's account. 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 that will be used 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.address
- String
: A bech32 encoded push key address.txObject
- Object
: The transaction objectid
- String
: The push key address.addScopes
- Array<String>
: (optional) A list of repositories or namespaces where the push key can be used.removeScopes
- Array<Number>
: (optional) Index of scopes to be removed.feeCap
- String
: (optional) The maximum amount of fee the key can spend from its creator's account. delete
- Boolean
: Indicates that the public key should be deleted.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 objectid
- String
: The push key address.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.address
- String
: The push key address.height
- Number|String
: (optional) The block height to query (Default: latest). Object
- The result objecthash
- String
: A 32 bytes transaction hash.address
- String
: The push key address.Array<Object>
- The list of objectsaddress
- String
: The address of the push key owner.feeCap
- String
: The maximum fee the push key is allowed to spend from the owner’s account.feeUsed
- String
: The amount of Latinum spent on fees. pubKey
- Array<Number>
- The public key address
- String
: The push key address.height
- Number|String
: (optional) The block height to query (Default: latest).