Skip to main content
Version: 0.96.0

Type Alias: UnsignedAptosTx

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