Skip to main content

Interface: UnsafeRequestAddStakeParams

Add stake to a validator's staking pool using multiple coins and amount.

Properties

PropertyTypeDescription
signerstringthe transaction signer's IOTA address
coinsstring[]Coin object to stake
amount?string | nullstake amount
validatorstringthe validator's IOTA address
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-