Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface TransactArgs

Payload accepted by the Link.transact method. Note that one of action, actions or transaction must be set.

Hierarchy

  • TransactArgs

Index

Properties

action?: AnyAction

Action to sign.

actions?: AnyAction[]

Actions to sign.

transaction?: AnyTransaction

Full transaction to sign.

Generated using TypeDoc