Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface TransactOptions

Options for the Link.transact method.

Hierarchy

  • TransactOptions

Index

Properties

broadcast?: boolean

Whether to broadcast the transaction or just return the signature. Defaults to true.

chain?: LinkChainType

Chain to use when configured with multiple chains.

noModify?: boolean

Whether the signer can make modifications to the request (e.g. applying a cosigner action to pay for resources).

Defaults to false if broadcast is true or unspecified; otherwise true.

Generated using TypeDoc