Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface BulkTransactionPayload

Hierarchy

  • BulkTransactionPayload

Index

Properties

Optional payload

payload: string | object

Payload of the transaction. Must be a utf-8 encodable string, or any json object

Optional tag

tag: undefined | string

Tag of the transaction which gets indexed and can be searched on for queries

transactionType

transactionType: string

The transaction type to use for this new transaction. This transaction type must already exist on the chain (via createTransactionType)