Coda by Ian Macalinao
    Preparing search index...

    Interface DecreaseValidatorStakeInstructionDataArgs

    interface DecreaseValidatorStakeInstructionDataArgs {
        lamports: number | bigint;
        transientStakeSeed: number | bigint;
    }
    Index

    Properties

    lamports: number | bigint
    transientStakeSeed: number | bigint