@arkade-os/sdk Documentation - v0.3.11
Preparing search index...
Request
InitWallet
Interface InitWallet
interface
InitWallet
{
arkServerPublicKey
?:
string
;
arkServerUrl
:
string
;
id
:
string
;
key
:
{
privateKey
:
string
}
|
{
publicKey
:
string
}
;
type
:
"INIT_WALLET"
;
}
Hierarchy (
View Summary
)
Request
.
Base
InitWallet
Index
Properties
ark
Server
Public
Key?
ark
Server
Url
id
key
type
Properties
Optional
ark
Server
Public
Key
arkServerPublicKey
?:
string
ark
Server
Url
arkServerUrl
:
string
id
id
:
string
key
key
:
{
privateKey
:
string
}
|
{
publicKey
:
string
}
type
type
:
"INIT_WALLET"
Settings
Member Visibility
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
ark
Server
Public
Key
ark
Server
Url
id
key
type
@arkade-os/sdk Documentation - v0.3.11
Loading...