@neutral-trade/sdk - v0.3.11
    Preparing search index...

    Interface BuildBundleRequestWithdrawInstructionParams

    interface BuildBundleRequestWithdrawInstructionParams {
        amountRaw: string;
        bundleCluster?: BundleCluster;
        bundleProgram: Program<Ntbundle>;
        user: PublicKey;
        vault: VaultRegistryEntry;
    }
    Index

    Properties

    amountRaw: string

    Smallest token units (decimal string) to request withdrawing.

    bundleCluster?: BundleCluster
    bundleProgram: Program<Ntbundle>
    user: PublicKey