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

    Interface BuildBundleDepositInstructionsParams

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

    Properties

    amountRaw: string

    Smallest token units (decimal string), same scale as SPL token amount.

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