Skip to content

Latest commit

 

History

History
120 lines (68 loc) · 3.11 KB

File metadata and controls

120 lines (68 loc) · 3.11 KB

tezos-wallet > TransactionOperationMetadata

Interface: TransactionOperationMetadata

Hierarchy

BaseOperationMetadata

↳ TransactionOperationMetadata

Index

Properties


Properties

amount

● amount: string

Defined in common/operations.ts:16


counter

● counter: string

Inherited from BaseOperationMetadata.counter

Defined in common/operations.ts:4


destination

● destination: string

Defined in common/operations.ts:17


fee

● fee: string

Inherited from BaseOperationMetadata.fee

Defined in common/operations.ts:3


gas_limit

● gas_limit: string

Inherited from BaseOperationMetadata.gas_limit

Defined in common/operations.ts:5


kind

● kind: "transaction"

Defined in common/operations.ts:15


<Optional> parameters

● parameters: Record<string, any>

Defined in common/operations.ts:18


source

● source: string

Inherited from BaseOperationMetadata.source

Defined in common/operations.ts:2


storage_limit

● storage_limit: string

Inherited from BaseOperationMetadata.storage_limit

Defined in common/operations.ts:6