UnsafeTransferObjectParams
@iota/iota-sdk / client / UnsafeTransferObjectParams
Interface: UnsafeTransferObjectParams
Defined in: sdk/typescript/src/client/types/params.ts:767
Create an unsigned transaction to transfer an object from one address to another. The object's type must allow public transfers
Properties
gas?
optionalgas?:string|null
Defined in: sdk/typescript/src/client/types/params.ts:776
gas object to be used in this transaction, node will pick one from the signer's possession if not provided
gasBudget
gasBudget:
string
Defined in: sdk/typescript/src/client/types/params.ts:778
the gas budget, the transaction will fail if the gas cost exceed the budget
objectId
objectId:
string
Defined in: sdk/typescript/src/client/types/params.ts:771
the ID of the object to be transferred
recipient
recipient:
string
Defined in: sdk/typescript/src/client/types/params.ts:780
the recipient's IOTA address
signal?
optionalsignal?:AbortSignal
Defined in: sdk/typescript/src/client/types/params.ts:781
signer
signer:
string
Defined in: sdk/typescript/src/client/types/params.ts:769
the transaction signer's IOTA address