Search
Preparing search index...
The search index is not available
@certusone/wormhole-sdk
Options
All
Public
Public/Protected
All
Inherited
Externals
Menu
@certusone/wormhole-sdk
solana
NodeWallet
Class NodeWallet
Wrapper for {@link Keypair} resembling Solana web3 browser wallet
Hierarchy
NodeWallet
Index
Constructors
constructor
Properties
payer
sign
Transaction
Methods
key
keypair
pubkey
public
Key
signer
to
String
from
Secret
Key
Constructors
constructor
new
Node
Wallet
(
payer
:
Keypair
)
:
NodeWallet
Parameters
payer:
Keypair
Returns
NodeWallet
Properties
payer
payer
:
Keypair
sign
Transaction
sign
Transaction
:
SignTransaction
Methods
key
key
(
)
:
PublicKey
Returns
PublicKey
keypair
keypair
(
)
:
Keypair
Returns
Keypair
pubkey
pubkey
(
)
:
PublicKey
Returns
PublicKey
public
Key
public
Key
(
)
:
PublicKey
Returns
PublicKey
signer
signer
(
)
:
Signer
Returns
Signer
to
String
to
String
(
)
:
string
Returns
string
Static
from
Secret
Key
from
Secret
Key
(
secretKey
:
Uint8Array
, options
?:
{
skipValidation
?:
boolean
}
)
:
NodeWallet
Parameters
secretKey:
Uint8Array
Optional
options:
{
skipValidation
?:
boolean
}
Optional
skip
Validation
?:
boolean
Returns
NodeWallet
Exports
algorand
bridge
cosmos
ethers_
contracts
nft_
bridge
rpc
solana
sui
terra
token_
bridge
utils
Node
Wallet
constructor
payer
sign
Transaction
key
keypair
pubkey
public
Key
signer
to
String
from
Secret
Key
Generated using
TypeDoc
Wrapper for {@link Keypair} resembling Solana web3 browser wallet