Skip to main content
Version: 1.7.1

Type Alias: UnsignedAptosTx

UnsignedAptosTx = { family: typeof Aptos; transactions: [Uint8Array]; }

Defined in: aptos/types.ts:94

Unsigned Aptos transactions, BCS-serialized.

Properties

family

family: typeof Aptos

Defined in: aptos/types.ts:95


transactions

transactions: [Uint8Array]

Defined in: aptos/types.ts:96