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

    Type Alias SetReferrerActiveInput<TAccountManager, TAccountBundleAccount, TAccountReferrerAccount>

    type SetReferrerActiveInput<
        TAccountManager extends string = string,
        TAccountBundleAccount extends string = string,
        TAccountReferrerAccount extends string = string,
    > = {
        active: SetReferrerActiveInstructionDataArgs["active"];
        bundleAccount: Address<TAccountBundleAccount>;
        manager: TransactionSigner<TAccountManager>;
        referrerAccount: Address<TAccountReferrerAccount>;
    }

    Type Parameters

    • TAccountManager extends string = string
    • TAccountBundleAccount extends string = string
    • TAccountReferrerAccount extends string = string
    Index

    Properties

    bundleAccount: Address<TAccountBundleAccount>
    manager: TransactionSigner<TAccountManager>
    referrerAccount: Address<TAccountReferrerAccount>