UnsafeRequestAddStakeParams
@iota/iota-sdk / client / UnsafeRequestAddStakeParams
Interface: UnsafeRequestAddStakeParams
Defined in: sdk/typescript/src/client/types/params.ts:653
Add stake to a validator's staking pool using multiple coins and amount.
Properties
amount?
optionalamount?:string|null
Defined in: sdk/typescript/src/client/types/params.ts:659
stake amount
coins
coins:
string[]
Defined in: sdk/typescript/src/client/types/params.ts:657
Coin
gas?
optionalgas?:string|null
Defined in: sdk/typescript/src/client/types/params.ts:666
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:668
the gas budget, the transaction will fail if the gas cost exceed the budget
signal?
optionalsignal?:AbortSignal
Defined in: sdk/typescript/src/client/types/params.ts:669
signer
signer:
string
Defined in: sdk/typescript/src/client/types/params.ts:655
the transaction signer's IOTA address
validator
validator:
string
Defined in: sdk/typescript/src/client/types/params.ts:661
the validator's IOTA address