Coda by Ian Macalinao
Preparing search index...
@solana-programs/goki
SmartWalletPluginAccounts
Type Alias SmartWalletPluginAccounts
type
SmartWalletPluginAccounts
=
{
smartWallet
:
ReturnType
<
typeof
getSmartWalletCodec
>
&
SelfFetchFunctions
<
SmartWalletArgs
,
SmartWallet
,
>
;
subaccountInfo
:
ReturnType
<
typeof
getSubaccountInfoCodec
>
&
SelfFetchFunctions
<
SubaccountInfoArgs
,
SubaccountInfo
,
>
;
transaction
:
ReturnType
<
typeof
getTransactionCodec
>
&
SelfFetchFunctions
<
TransactionArgs
,
Transaction
,
>
;
}
Index
Properties
smart
Wallet
subaccount
Info
transaction
Properties
smart
Wallet
smartWallet
:
ReturnType
<
typeof
getSmartWalletCodec
>
&
SelfFetchFunctions
<
SmartWalletArgs
,
SmartWallet
,
>
subaccount
Info
subaccountInfo
:
ReturnType
<
typeof
getSubaccountInfoCodec
>
&
SelfFetchFunctions
<
SubaccountInfoArgs
,
SubaccountInfo
,
>
transaction
transaction
:
ReturnType
<
typeof
getTransactionCodec
>
&
SelfFetchFunctions
<
TransactionArgs
,
Transaction
,
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
smart
Wallet
subaccount
Info
transaction
Coda by Ian Macalinao
Loading...