Skip to main content

Interface: UnsafeSplitCoinEqualParams

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

Properties

PropertyTypeDescription
signerstringthe transaction signer's IOTA address
coinObjectIdstringthe coin object to be spilt
splitCountstringthe number of coins to split into
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-