Type Alias: StakeSolanaAction

@torque-labs/torque-utilsDocs


@torque-labs/torque-utils / StakeSolanaAction

Type Alias: StakeSolanaAction

type StakeSolanaAction: {
  amount: number;
  epochs: number;
  validator: string;
};

Stake solana action type

Type declaration

NameTypeDescription

amount

number

The minimum amount to stake

epochs

number

The minimum number of epochs to stake for

validator

string

The validator to stake with

Defined in

types/eventConfig/requirements.ts:412

Last updated