Skip to main content
Version: 0.96.0

Type Alias: UnsignedAptosTx

UnsignedAptosTx = { family: typeof Aptos; 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