Documentation
Preparing search index...
@solana/wallet-adapter-base
require
MessageSignerWalletAdapterProps
Interface MessageSignerWalletAdapterProps<Name>
interface
MessageSignerWalletAdapterProps
<
Name
extends
string
=
string
>
{
connected
:
boolean
;
connecting
:
boolean
;
icon
:
string
;
name
:
WalletName
<
Name
>
;
publicKey
:
null
|
PublicKey
;
readyState
:
WalletReadyState
;
supportedTransactionVersions
?:
SupportedTransactionVersions
;
url
:
string
;
autoConnect
()
:
Promise
<
void
>
;
connect
()
:
Promise
<
void
>
;
disconnect
()
:
Promise
<
void
>
;
sendTransaction
(
transaction
:
Transaction
|
VersionedTransaction
,
connection
:
Connection
,
options
?:
SendTransactionOptions
,
)
:
Promise
<
string
>
;
signMessage
(
message
:
Uint8Array
)
:
Promise
<
Uint8Array
<
ArrayBufferLike
>
>
;
}
Type Parameters
Name
extends
string
=
string
Hierarchy (
View Summary
)
WalletAdapterProps
<
Name
>
MessageSignerWalletAdapterProps
Index
Properties
connected
connecting
icon
name
public
Key
ready
State
supported
Transaction
Versions?
url
Methods
auto
Connect
connect
disconnect
send
Transaction
sign
Message
Properties
connected
connected
:
boolean
connecting
connecting
:
boolean
icon
icon
:
string
name
name
:
WalletName
<
Name
>
public
Key
publicKey
:
null
|
PublicKey
ready
State
readyState
:
WalletReadyState
Optional
supported
Transaction
Versions
supportedTransactionVersions
?:
SupportedTransactionVersions
url
url
:
string
Methods
auto
Connect
autoConnect
()
:
Promise
<
void
>
Returns
Promise
<
void
>
connect
connect
()
:
Promise
<
void
>
Returns
Promise
<
void
>
disconnect
disconnect
()
:
Promise
<
void
>
Returns
Promise
<
void
>
send
Transaction
sendTransaction
(
transaction
:
Transaction
|
VersionedTransaction
,
connection
:
Connection
,
options
?:
SendTransactionOptions
,
)
:
Promise
<
string
>
Parameters
transaction
:
Transaction
|
VersionedTransaction
connection
:
Connection
Optional
options
:
SendTransactionOptions
Returns
Promise
<
string
>
sign
Message
signMessage
(
message
:
Uint8Array
)
:
Promise
<
Uint8Array
<
ArrayBufferLike
>
>
Parameters
message
:
Uint8Array
Returns
Promise
<
Uint8Array
<
ArrayBufferLike
>
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
connected
connecting
icon
name
public
Key
ready
State
supported
Transaction
Versions
url
Methods
auto
Connect
connect
disconnect
send
Transaction
sign
Message
Documentation
Loading...