Skip to content

types.TxData

VictorVicente edited this page Jul 19, 2023 · 35 revisions

Interface: TxData<Args>

types.TxData

Transaction data for display purposes

Type parameters

Name Type
Args extends unknown[] = unknown[]

Table of contents

Properties

Properties

args

args: Args

arguments with which the transaction will be called

Defined in

types/index.ts:1671


tag

tag: TxTag

transaction string identifier

Defined in

types/index.ts:1667

Clone this wiki locally