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