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

    Type Alias BuildRequestWithdrawInstructionParams

    type BuildRequestWithdrawInstructionParams = {
        amountRaw: bigint;
        bundleAccount: Address;
        programAddress?: Address;
        user: TransactionSigner;
    }
    Index

    Properties

    amountRaw: bigint
    bundleAccount: Address
    programAddress?: Address
    user: TransactionSigner