@neutral-trade/sdk - v1.0.0
    Preparing search index...

    Type Alias BuildRequestSwitchInstructionsParams

    type BuildRequestSwitchInstructionsParams = {
        amountRaw: bigint;
        programAddress?: Address;
        sourceBundleAccount: Address;
        targetBundleAccount: Address;
        user: TransactionSigner;
    }
    Index

    Properties

    amountRaw: bigint
    programAddress?: Address
    sourceBundleAccount: Address
    targetBundleAccount: Address
    user: TransactionSigner