Coda by Ian Macalinao
    Preparing search index...

    Interface WithdrawStakeWithSlippageInstructionDataArgs

    interface WithdrawStakeWithSlippageInstructionDataArgs {
        minimumLamportsOut: number | bigint;
        poolTokensIn: number | bigint;
    }
    Index

    Properties

    minimumLamportsOut: number | bigint
    poolTokensIn: number | bigint