Coda by Ian Macalinao
    Preparing search index...

    Interface WithdrawSolWithSlippageInstructionDataArgs

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

    Properties

    minimumLamportsOut: number | bigint
    poolTokensIn: number | bigint