Skip to main content

Interface: UnsafeRequestAddTimelockedStakeParams

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

Properties

PropertyTypeDescription
signerstringthe transaction signer's IOTA address
lockedBalancestringTimeLock<Balance> object to stake
validatorstringthe validator's IOTA address
gasstringgas object to be used in this transaction
gasBudgetstringthe gas budget, the transaction will fail if the gas cost exceed the budget
signal?AbortSignal-