Constructors
constructor
- new Transaction(__namedParameters): Transaction
Parameters
- __namedParameters: {
actions: Action[];
blockHash: Uint8Array;
nonce: bigint;
publicKey: PublicKey;
receiverId: string;
signerId: string;
}blockHash: Uint8Array
nonce: bigint
receiverId: string
signerId: string
Properties
actions
blockHash
blockHash: Uint8Array
nonce
nonce: bigint
publicKey
receiverId
receiverId: string
signerId
signerId: string
Methods
encode
- encode(): Uint8Array
Returns Uint8Array
Static
decode
- decode(bytes): Transaction