Variable StakeAuthorizationLayoutConst

StakeAuthorizationLayout: Readonly<{
    Staker: {
        index: number;
    };
    Withdrawer: {
        index: number;
    };
}> = ...

An enumeration of valid StakeAuthorizationLayout's

Type declaration

  • Staker: {
        index: number;
    }
    • index: number
  • Withdrawer: {
        index: number;
    }
    • index: number

Generated using TypeDoc