Search
Preparing search index...
The search index is not available
API Reference | Injective - Powering the future of decentralized finance.
Options
All
Public
Public/Protected
All
Inherited
Externals
Menu
API Reference | Injective - Powering the future of decentralized finance.
@injectivelabs/wallet-ts
internal
SignerWalletAdapterProps
Interface SignerWalletAdapterProps<Name>
Type Parameters
Name
extends
string
=
string
Hierarchy
WalletAdapterProps
<
Name
>
SignerWalletAdapterProps
Index
Properties
connected
connecting
icon
name
public
Key
ready
State
supported
Transaction
Versions
url
Methods
auto
Connect
connect
disconnect
send
Transaction
sign
All
Transactions
sign
Transaction
Properties
connected
connected
:
boolean
connecting
connecting
:
boolean
icon
icon
:
string
name
name
:
WalletName
<
Name
>
public
Key
public
Key
:
null
|
PublicKey
ready
State
ready
State
:
WalletReadyState
Optional
supported
Transaction
Versions
supported
Transaction
Versions
?:
SupportedTransactionVersions
url
url
:
string
Methods
auto
Connect
auto
Connect
(
)
:
Promise
<
void
>
Returns
Promise
<
void
>
connect
connect
(
)
:
Promise
<
void
>
Returns
Promise
<
void
>
disconnect
disconnect
(
)
:
Promise
<
void
>
Returns
Promise
<
void
>
send
Transaction
send
Transaction
(
transaction
:
Transaction
|
VersionedTransaction
, connection
:
Connection
, options
?:
SendTransactionOptions
)
:
Promise
<
string
>
Parameters
transaction:
Transaction
|
VersionedTransaction
connection:
Connection
Optional
options:
SendTransactionOptions
Returns
Promise
<
string
>
sign
All
Transactions
sign
All
Transactions
<
T
>
(
transactions
:
T
[]
)
:
Promise
<
T
[]
>
Type Parameters
T
extends
Transaction
|
VersionedTransaction
Parameters
transactions:
T
[]
Returns
Promise
<
T
[]
>
sign
Transaction
sign
Transaction
<
T
>
(
transaction
:
T
)
:
Promise
<
T
>
Type Parameters
T
extends
Transaction
|
VersionedTransaction
Parameters
transaction:
T
Returns
Promise
<
T
>
Modules
@injectivelabs/sdk-
ts
@injectivelabs/wallet-
ts
Utils
Wallets
internal
Event
Emitter
Signer
Wallet
Adapter
Props
connected
connecting
icon
name
public
Key
ready
State
supported
Transaction
Versions
url
auto
Connect
connect
disconnect
send
Transaction
sign
All
Transactions
sign
Transaction
Generated using
TypeDoc