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

    Type Alias SetUserReferrerAsyncInput<TAccountUser, TAccountBundleAccount, TAccountUserBundleAccount, TAccountReferrerAccount, TAccountReferrerUserBundleAccount>

    type SetUserReferrerAsyncInput<
        TAccountUser extends string = string,
        TAccountBundleAccount extends string = string,
        TAccountUserBundleAccount extends string = string,
        TAccountReferrerAccount extends string = string,
        TAccountReferrerUserBundleAccount extends string = string,
    > = {
        bundleAccount: Address<TAccountBundleAccount>;
        referrerAccount: Address<TAccountReferrerAccount>;
        referrerUserBundleAccount: Address<TAccountReferrerUserBundleAccount>;
        user: TransactionSigner<TAccountUser>;
        userBundleAccount?: Address<TAccountUserBundleAccount>;
    }

    Type Parameters

    • TAccountUser extends string = string
    • TAccountBundleAccount extends string = string
    • TAccountUserBundleAccount extends string = string
    • TAccountReferrerAccount extends string = string
    • TAccountReferrerUserBundleAccount extends string = string
    Index

    Properties

    bundleAccount: Address<TAccountBundleAccount>
    referrerAccount: Address<TAccountReferrerAccount>
    referrerUserBundleAccount: Address<TAccountReferrerUserBundleAccount>
    user: TransactionSigner<TAccountUser>
    userBundleAccount?: Address<TAccountUserBundleAccount>