Skip to main content

UnsafeRequestAddTimelockedStakeParams

@iota/iota-sdk


@iota/iota-sdk / client / UnsafeRequestAddTimelockedStakeParams

Interface: UnsafeRequestAddTimelockedStakeParams

Defined in: sdk/typescript/src/client/types/params.ts:672

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

Properties

gas

gas: string

Defined in: sdk/typescript/src/client/types/params.ts:680

gas object to be used in this transaction


gasBudget

gasBudget: string

Defined in: sdk/typescript/src/client/types/params.ts:682

the gas budget, the transaction will fail if the gas cost exceed the budget


lockedBalance

lockedBalance: string

Defined in: sdk/typescript/src/client/types/params.ts:676

TimeLock<Balance> object to stake


signal?

optional signal?: AbortSignal

Defined in: sdk/typescript/src/client/types/params.ts:683


signer

signer: string

Defined in: sdk/typescript/src/client/types/params.ts:674

the transaction signer's IOTA address


validator

validator: string

Defined in: sdk/typescript/src/client/types/params.ts:678

the validator's IOTA address