Coda by Ian Macalinao
    Preparing search index...

    Interface IncreaseValidatorStakeInstructionDataArgs

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

    Properties

    lamports: number | bigint
    transientStakeSeed: number | bigint