Skip to main content

Interface: UnsafeSplitCoinParams

Create an unsigned transaction to split a coin object into multiple coins.

Properties

PropertyTypeDescription
signerstringthe transaction signer's IOTA address
coinObjectIdstringthe coin object to be spilt
splitAmountsstring[]the amounts to split out from the coin
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
signal?AbortSignal-