ticket
.txObject
- Object
: The transaction objectvalue
- String
: The amount of coins to pay for the ticket.delegate
- String
: Delegate the ticket to another validator by providing their base58 encoded public key.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
- String
: The amount of coins to pay for the ticket.delegate
- String
: Delegate the ticket to another host by providing their base58 encoded public key.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.proposer
- String
: The base58 encoded public key of the proposer.queryopts
- Object
: The query optionsexpired
- Boolean
: When true, only decayed tickets will be returned.Object
- The result objecthash
- String
: A 32 bytes transaction hash.proposer
- String
: The base58 encoded public key of the proposer.queryopts
- Object
: The query optionsObject
- The result objecthash
- String
: A 32 bytes transaction hash.