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