Type Alias: StakeSolTimeConfig

@torque-labs/torque-utilsDocs


@torque-labs/torque-utils / StakeSolTimeConfig

Type Alias: StakeSolTimeConfig

type StakeSolTimeConfig: {
  epochs: number;
};

Stake solana time config type

Type declaration

Name
Type
Description

epochs

number

The number of epochs to stake for

Defined in

types/timeConfig/requirements.ts:67

Last updated