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

    Type Alias InitializeBundleInstructionData

    type InitializeBundleInstructionData = {
        depositFee: number;
        discriminator: ReadonlyUint8Array;
        keeper: Address;
        managementFeeBps: number;
        maxDepositAmount: bigint;
        minDepositAmount: bigint;
        name: ReadonlyUint8Array;
        oracleBuffer: bigint;
        oracleMaxAge: bigint;
        oracleUpdateTimeLimit: bigint;
        performanceFee: number;
        permissionned: boolean;
        withdrawalCurve: number;
        withdrawalDelay: bigint;
        withdrawalFee: number;
        withdrawalRedemptionRequestCutoffTs: bigint;
        withdrawalRedemptionUnlockCurrentCycleTs: bigint;
        withdrawalRedemptionUnlockNextCycleTs: bigint;
        withdrawalTMax: bigint;
        withdrawalTMin: bigint;
    }
    Index

    Properties

    depositFee: number
    discriminator: ReadonlyUint8Array
    keeper: Address
    managementFeeBps: number
    maxDepositAmount: bigint
    minDepositAmount: bigint
    name: ReadonlyUint8Array
    oracleBuffer: bigint
    oracleMaxAge: bigint
    oracleUpdateTimeLimit: bigint
    performanceFee: number
    permissionned: boolean
    withdrawalCurve: number
    withdrawalDelay: bigint
    withdrawalFee: number
    withdrawalRedemptionRequestCutoffTs: bigint
    withdrawalRedemptionUnlockCurrentCycleTs: bigint
    withdrawalRedemptionUnlockNextCycleTs: bigint
    withdrawalTMax: bigint
    withdrawalTMin: bigint