The approvals for the transaction.
The hash of the transaction.
The payload of the transaction. A merge of header and body concepts from before.
Static Private Readonly APPROVALS_Static Private Readonly HASH_Static Private Readonly PAYLOAD_Signs the transaction using the provided private key.
The private key to sign the transaction.
Static fromJSONConverts a JSON representation of a TransactionV1 to a TransactionV1 object.
A TransactionV1 object.
If parsing fails.
A JSON representation of a TransactionV1.
Static makeCreates a new TransactionV1 instance with a header and body.
A new TransactionV1 instance.
The payload of the transaction. A merge of header and body concepts from before.
Static newCreates a new TransactionV1 instance.
A new TransactionV1 instance.
The hash of the transaction.
The payload of the transaction. A merge of header and body concepts from before.
The approvals for the transaction.
Static setSets an already generated signature to the transaction.
The updated TransactionV1.
The TransactionV1 instance.
The Ed25519 or Secp256K1 signature.
The public key used to generate the signature.
Static toJSONConverts the TransactionV1 object to a JSON representation.
A JSON version of the TransactionV1.
The TransactionV1 object.
Generated using TypeDoc
Represents a TransactionV1 object, including its hash, payload, and approvals.