Preparing search index...
The search index is not available
API References
API References
js
WalletAdapterIdentityDriver
Class WalletAdapterIdentityDriver
Hierarchy
WalletAdapterIdentityDriver
Implements
IdentityDriver
Index
Properties
wallet
Adapter
Constructors
constructor
Accessors
public
Key
Methods
sign
Message
sign
Transaction
sign
All
Transactions
Properties
Readonly
wallet
Adapter
wallet
Adapter
:
WalletAdapter
Constructors
constructor
new
Wallet
Adapter
Identity
Driver
(
walletAdapter
:
WalletAdapter
)
:
WalletAdapterIdentityDriver
Parameters
walletAdapter:
WalletAdapter
Returns
WalletAdapterIdentityDriver
Accessors
public
Key
get
publicKey
(
)
:
PublicKey
Returns
PublicKey
Methods
sign
Message
sign
Message
(
message
:
Uint8Array
)
:
Promise
<
Uint8Array
>
Parameters
message:
Uint8Array
Returns
Promise
<
Uint8Array
>
sign
Transaction
sign
Transaction
(
transaction
:
Transaction
)
:
Promise
<
Transaction
>
Parameters
transaction:
Transaction
Returns
Promise
<
Transaction
>
sign
All
Transactions
sign
All
Transactions
(
transactions
:
Transaction
[]
)
:
Promise
<
Transaction
[]
>
Parameters
transactions:
Transaction
[]
Returns
Promise
<
Transaction
[]
>
Settings
Member Visibility
Protected
Private
Inherited
External
Theme
OS
Light
Dark
Modules
API
References
js-
plugin-
aws -
v0.19.1
js-
plugin-
nft-
storage -
v0.19.1
js -
v0.19.1
Wallet
Adapter
Identity
Driver
wallet
Adapter
constructor
public
Key
sign
Message
sign
Transaction
sign
All
Transactions
Generated using
TypeDoc