Skip to content

api.procedures.types.TxData

polymesh-bot edited this page Jun 3, 2025 · 38 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:268


tag

tag: TxTag

transaction string identifier

Defined in

api/procedures/types.ts:264

Clone this wiki locally