Skip to content

api.procedures.types.TxData

prashantasdeveloper edited this page Sep 11, 2024 · 12 revisions

Interface: TxData<Args>

api/procedures/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

api/procedures/types.ts:221


tag

tag: TxTag

transaction string identifier

Defined in

api/procedures/types.ts:217

Clone this wiki locally