Skip to main content

Interface: UnsafeBatchTransactionParams

Create an unsigned batched transaction.

Properties

PropertyTypeDescription
signerstringthe transaction signer's IOTA address
singleTransactionParamsRPCTransactionRequestParams[]list of transaction request parameters
gas?string | nullgas object to be used in this transaction, node will pick one from the signer's possession if not provided
gasBudgetstringthe gas budget, the transaction will fail if the gas cost exceed the budget
txnBuilderMode?| IotaTransactionBlockBuilderMode | nullWhether this is a regular transaction or a Dev Inspect Transaction
signal?AbortSignal-