@neutral-trade/sdk - v1.0.0
GitHub
Preparing search index...
SetKeeperInput
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
bundle
Account
manager
newkeeper
Properties
bundle
Account
bundleAccount
:
Address
<
TAccountBundleAccount
>
manager
manager
:
TransactionSigner
<
TAccountManager
>
newkeeper
newkeeper
:
SetKeeperInstructionDataArgs
[
"newkeeper"
]
Settings
Member Visibility
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
bundle
Account
manager
newkeeper
GitHub
@neutral-trade/sdk - v1.0.0
Loading...