Type Alias StakeInstructionType

StakeInstructionType:
    | "Authorize"
    | "AuthorizeWithSeed"
    | "Deactivate"
    | "Delegate"
    | "Initialize"
    | "Merge"
    | "Split"
    | "Withdraw"

An enumeration of valid StakeInstructionType's