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

    Type Alias UpdateAllocationsInput<TAccountManager, TAccountReceiverAddress, TAccountBundleAccount, TAccountStrategyAccount>

    type UpdateAllocationsInput<
        TAccountManager extends string = string,
        TAccountReceiverAddress extends string = string,
        TAccountBundleAccount extends string = string,
        TAccountStrategyAccount extends string = string,
    > = {
        bundleAccount: Address<TAccountBundleAccount>;
        manager: TransactionSigner<TAccountManager>;
        newAllocationBps: UpdateAllocationsInstructionDataArgs["newAllocationBps"];
        receiverAddress: Address<TAccountReceiverAddress>;
        strategyAccount: Address<TAccountStrategyAccount>;
    }

    Type Parameters

    • TAccountManager extends string = string
    • TAccountReceiverAddress extends string = string
    • TAccountBundleAccount extends string = string
    • TAccountStrategyAccount extends string = string
    Index

    Properties

    bundleAccount: Address<TAccountBundleAccount>
    manager: TransactionSigner<TAccountManager>
    receiverAddress: Address<TAccountReceiverAddress>
    strategyAccount: Address<TAccountStrategyAccount>