Skip to content

types.TxData

prashantasdeveloper edited this page Sep 18, 2024 · 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:1699


tag

tag: TxTag

transaction string identifier

Defined in

types/index.ts:1695

Clone this wiki locally