OptionalabiAn optional ABICacheInterface to control how ABIs are loaded.
OptionalabisAn array of ABIs to use when resolving the transaction.
OptionalallowWhether to allow the signer to make modifications to the request (e.g. applying a cosigner action to pay for resources).
Defaults to true if [[broadcast]] is true or unspecified; otherwise false.
OptionalawaitWait for the transaction to become irreversible before returning. Uses send_transaction2 with retry enabled and no block limit (waits for LIB).
OptionalbroadcastWhether to broadcast the transaction or just return the signature. Defaults to true.
OptionalbroadcastAdvanced options for send_transaction2. Provides fine-grained control over retry behavior and failure tracing.
OptionalchainChain to use when configured with multiple chains.
OptionalcontractsAn array of Contract instances to cache for this call
OptionalexpireThe number of seconds in the future this transaction will expire.
OptionaltransactSpecific transact plugins to use for this transaction.
OptionaltransactOptional parameters passed in to the various transact plugins.
OptionalvalidateOptional parameter to control whether signatures returned from plugins are validated.
Options for the [[Session.transact]] method.