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

    Type Alias SetKeeperInput<TAccountManager, TAccountBundleAccount>

    type SetKeeperInput<
        TAccountManager extends string = string,
        TAccountBundleAccount extends string = string,
    > = {
        bundleAccount: Address<TAccountBundleAccount>;
        manager: TransactionSigner<TAccountManager>;
        newkeeper: SetKeeperInstructionDataArgs["newkeeper"];
    }

    Type Parameters

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

    Properties

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