Search
Preparing search index...
The search index is not available
Easy SPL
Options
All
Public
Public/Protected
All
Inherited
Menu
Easy SPL
SimpleWallet
Class SimpleWallet
Hierarchy
InternalWallet
SimpleWallet
Index
Constructors
constructor
Properties
public
Key
Methods
connect
sign
All
Transactions
sign
Transaction
from
Keypair
from
Secret
Key
Constructors
constructor
new
Simple
Wallet
(
keypair
:
Keypair
)
:
SimpleWallet
Parameters
keypair:
Keypair
Returns
SimpleWallet
Properties
public
Key
public
Key
:
PublicKey
Methods
connect
connect
(
conn
:
Connection
)
:
Wallet
Parameters
conn:
Connection
Returns
Wallet
sign
All
Transactions
sign
All
Transactions
(
txs
:
Transaction
[]
)
:
Promise
<
Transaction
[]
>
Parameters
txs:
Transaction
[]
Returns
Promise
<
Transaction
[]
>
sign
Transaction
sign
Transaction
(
tx
:
Transaction
)
:
Promise
<
Transaction
>
Parameters
tx:
Transaction
Returns
Promise
<
Transaction
>
Static
from
Keypair
from
Keypair
(
keypair
:
Keypair
)
:
SimpleWallet
Parameters
keypair:
Keypair
Returns
SimpleWallet
Static
from
Secret
Key
from
Secret
Key
(
key
:
Uint8Array
)
:
SimpleWallet
Parameters
key:
Uint8Array
Returns
SimpleWallet
Exports
account
associated
Token
Account
mint
sol
token
token
Account
util
Simple
Wallet
constructor
public
Key
connect
sign
All
Transactions
sign
Transaction
from
Keypair
from
Secret
Key
Generated using
TypeDoc