Skip to main content

Interface: UnsafeTransferObjectParams

Create an unsigned transaction to transfer an object from one address to another. The object's type must allow public transfers

Properties

PropertyTypeDescription
signerstringthe transaction signer's IOTA address
objectIdstringthe ID of the object to be transferred
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
recipientstringthe recipient's IOTA address
signal?AbortSignal-