UnsafeTransferIotaParams
@iota/iota-sdk / client / UnsafeTransferIotaParams
Interface: UnsafeTransferIotaParams
Defined in: sdk/typescript/src/client/types/params.ts:750
Create an unsigned transaction to send IOTA coin object to an IOTA address. The IOTA object is also used as the gas object.
Properties
amount?
optionalamount?:string|null
Defined in: sdk/typescript/src/client/types/params.ts:760
the amount to be split out and transferred
gasBudget
gasBudget:
string
Defined in: sdk/typescript/src/client/types/params.ts:756
the gas budget, the transaction will fail if the gas cost exceed the budget
iotaObjectId
iotaObjectId:
string
Defined in: sdk/typescript/src/client/types/params.ts:754
the IOTA coin object to be used in this transaction
recipient
recipient:
string
Defined in: sdk/typescript/src/client/types/params.ts:758
the recipient's IOTA address
signal?
optionalsignal?:AbortSignal
Defined in: sdk/typescript/src/client/types/params.ts:761
signer
signer:
string
Defined in: sdk/typescript/src/client/types/params.ts:752
the transaction signer's IOTA address