A Transaction.
An ECDSA signature which is a 65 byte hexadecimal string.
The block number of the block that contains the tx.
The hash of the block that contains the tx.
The index(location) of the tx within the block.
Get the account ID of a tx's signer.
An account ID.
Get the platform address of a tx's signer.
A PlatformAddress.
Get the public key of a tx's signer.
A public key.
Get the hash of a tx.
A tx hash.
Convert to RLP bytes.
Get the signature of a tx.
Convert to an object for RLP encoding.
Convert to a SignedTransaction JSON object.
A SignedTransaction JSON object.
Generated using TypeDoc
A Transaction signed by a private key. It is possible to request the CodeChain network to process this tx with the sendSignedTransaction function.
Transactions signed with a regular key has the same effect as those signed with the original key. The original key is the key of the account that registered the regular key.
If any of the following is true, the Transaction will not be processed: