Preparing search index...
The search index is not available
Dfns SDK - v0.1.0
Dfns SDK
@dfns/lib-ethersjs6
DfnsWallet
Class DfnsWallet
Hierarchy
AbstractSigner
DfnsWallet
Index
Constructors
constructor
Properties
address?
options
provider
Methods
call
connect
estimate
Gas
get
Address
get
Nonce
populate
Call
populate
Transaction
resolve
Name
send
Transaction
sign
Message
sign
Transaction
sign
Typed
Data
wait
For
Signature
Constructors
constructor
new
Dfns
Wallet
(
options
,
provider
?
)
:
DfnsWallet
Parameters
options
:
DfnsWalletOptions
Optional
provider
:
null
|
Provider
Returns
DfnsWallet
Properties
Private
Optional
address
address
?:
string
Private
options
options
:
Required
<
DfnsWalletOptions
>
Readonly
provider
provider
:
null
|
Provider
The provider this signer is connected to.
Methods
call
call
(
tx
)
:
Promise
<
string
>
Parameters
tx
:
TransactionRequest
Returns
Promise
<
string
>
connect
connect
(
provider
)
:
Signer
Parameters
provider
:
null
|
Provider
Returns
Signer
estimate
Gas
estimate
Gas
(
tx
)
:
Promise
<
bigint
>
Parameters
tx
:
TransactionRequest
Returns
Promise
<
bigint
>
get
Address
get
Address
(
)
:
Promise
<
string
>
Returns
Promise
<
string
>
get
Nonce
get
Nonce
(
blockTag
?
)
:
Promise
<
number
>
Parameters
Optional
blockTag
:
BlockTag
Returns
Promise
<
number
>
populate
Call
populate
Call
(
tx
)
:
Promise
<
TransactionLike
<
string
>
>
Parameters
tx
:
TransactionRequest
Returns
Promise
<
TransactionLike
<
string
>
>
populate
Transaction
populate
Transaction
(
tx
)
:
Promise
<
TransactionLike
<
string
>
>
Parameters
tx
:
TransactionRequest
Returns
Promise
<
TransactionLike
<
string
>
>
resolve
Name
resolve
Name
(
name
)
:
Promise
<
null
|
string
>
Parameters
name
:
string
Returns
Promise
<
null
|
string
>
send
Transaction
send
Transaction
(
tx
)
:
Promise
<
TransactionResponse
>
Parameters
tx
:
TransactionRequest
Returns
Promise
<
TransactionResponse
>
sign
Message
sign
Message
(
message
)
:
Promise
<
string
>
Parameters
message
:
string
|
Uint8Array
Returns
Promise
<
string
>
sign
Transaction
sign
Transaction
(
tx
)
:
Promise
<
string
>
Parameters
tx
:
TransactionRequest
Returns
Promise
<
string
>
sign
Typed
Data
sign
Typed
Data
(
domain
,
types
,
value
)
:
Promise
<
string
>
Parameters
domain
:
TypedDataDomain
types
:
Record
<
string
,
TypedDataField
[]
>
value
:
Record
<
string
,
any
>
Returns
Promise
<
string
>
wait
For
Signature
wait
For
Signature
(
signatureId
)
:
Promise
<
string
>
Parameters
signatureId
:
string
Returns
Promise
<
string
>
Settings
Member Visibility
Protected
Private
Inherited
External
Theme
OS
Light
Dark
On This Page
constructor
address
options
provider
call
connect
estimate
Gas
get
Address
get
Nonce
populate
Call
populate
Transaction
resolve
Name
send
Transaction
sign
Message
sign
Transaction
sign
Typed
Data
wait
For
Signature
Dfns SDK -
v0.1.0
@dfns/lib-
ethersjs5 -
v0.1.0
@dfns/lib-
ethersjs6 -
v0.1.0
Dfns
Wallet
Dfns
Wallet
Options
@dfns/lib-
solana -
v0.1.0
@dfns/lib-
tron -
v0.1.0
@dfns/lib-
vechain -
v0.1.0
@dfns/sdk -
v0.1.0
@dfns/sdk-
keysigner -
v0.1.0
@dfns/sdk-
webauthn -
v0.1.0
Generated using
TypeDoc
The provider this signer is connected to.