@neutral-trade/sdk - v1.0.0
GitHub
Preparing search index...
CloseUserBundleAccountAsyncInput
Type Alias CloseUserBundleAccountAsyncInput<TAccountAuthority, TAccountUserBundleAccount, TAccountBundleAccount>
type
CloseUserBundleAccountAsyncInput
<
TAccountAuthority
extends
string
=
string
,
TAccountUserBundleAccount
extends
string
=
string
,
TAccountBundleAccount
extends
string
=
string
,
>
=
{
authority
:
TransactionSigner
<
TAccountAuthority
>
;
bundleAccount
:
Address
<
TAccountBundleAccount
>
;
userBundleAccount
?:
Address
<
TAccountUserBundleAccount
>
;
}
Type Parameters
TAccountAuthority
extends
string
=
string
TAccountUserBundleAccount
extends
string
=
string
TAccountBundleAccount
extends
string
=
string
Index
Properties
authority
bundle
Account
user
Bundle
Account?
Properties
authority
authority
:
TransactionSigner
<
TAccountAuthority
>
bundle
Account
bundleAccount
:
Address
<
TAccountBundleAccount
>
Optional
user
Bundle
Account
userBundleAccount
?:
Address
<
TAccountUserBundleAccount
>
Settings
Member Visibility
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
authority
bundle
Account
user
Bundle
Account
GitHub
@neutral-trade/sdk - v1.0.0
Loading...