Preparing search index...
The search index is not available
Documentation
Documentation
client/solana/solana.types
SolanaClientInterface
Type Alias SolanaClientInterface
SolanaClientInterface
:
Omit
<
typeof
OpenApiSolanaMethods
,
|
"createSolanaAccount"
|
"getSolanaAccount"
|
"getSolanaAccountByName"
|
"updateSolanaAccount"
|
"listSolanaAccounts"
|
"requestSolanaFaucet"
|
"signSolanaMessage"
|
"signSolanaTransaction"
|
"updateSolanaAccount"
|
"exportSolanaAccount"
|
"exportSolanaAccountByName"
,
>
&
{
createAccount
:
(
options
:
CreateAccountOptions
)
=>
Promise
<
Account
>
;
exportAccount
:
(
options
:
ExportAccountOptions
)
=>
Promise
<
string
>
;
getAccount
:
(
options
:
GetAccountOptions
)
=>
Promise
<
Account
>
;
getOrCreateAccount
:
(
options
:
GetOrCreateAccountOptions
,
)
=>
Promise
<
Account
>
;
listAccounts
:
(
options
:
ListAccountsOptions
)
=>
Promise
<
ListAccountsResult
>
;
requestFaucet
:
(
options
:
RequestFaucetOptions
)
=>
Promise
<
SignatureResult
>
;
signMessage
:
(
options
:
SignMessageOptions
)
=>
Promise
<
SignatureResult
>
;
signTransaction
:
(
options
:
SignTransactionOptions
,
)
=>
Promise
<
SignatureResult
>
;
updateAccount
:
(
options
:
UpdateSolanaAccountOptions
)
=>
Promise
<
Account
>
;
}
The SolanaClient type, where all OpenApiSolanaMethods methods are wrapped.
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
Documentation
Loading...
The SolanaClient type, where all OpenApiSolanaMethods methods are wrapped.