Interface: UnsafeBatchTransactionParams
Create an unsigned batched transaction.
Properties
signer
signer:
string
the transaction signer's IOTA address
singleTransactionParams
singleTransactionParams:
RPCTransactionRequestParams[]
list of transaction request parameters
gas?
optionalgas:null|string
gas object to be used in this transaction, node will pick one from the signer's possession if not provided
gasBudget
gasBudget:
string
the gas budget, the transaction will fail if the gas cost exceed the budget
txnBuilderMode?
optionaltxnBuilderMode:null|IotaTransactionBlockBuilderMode
Whether this is a regular transaction or a Dev Inspect Transaction