Type Alias: UnsignedAptosTx
UnsignedAptosTx = {
family: typeofAptos;transactions: [Uint8Array]; }
Defined in: aptos/types.ts:93
Unsigned Aptos transactions, BCS-serialized.
Properties
family
family: typeof
Aptos
Defined in: aptos/types.ts:94
transactions
transactions: [
Uint8Array]
Defined in: aptos/types.ts:95