Preparing search index...
The search index is not available
fhenix.js Docs
fhenix.js Docs
fhenixjs
AbstractSigner
Interface AbstractSigner
interface
AbstractSigner
{
getAddress
(
)
:
Promise
<
string
>
;
signTypedData
(
domain
,
types
,
value
)
:
Promise
<
string
>
;
}
Index
Methods
get
Address
sign
Typed
Data
Methods
get
Address
get
Address
(
)
:
Promise
<
string
>
Returns
Promise
<
string
>
sign
Typed
Data
sign
Typed
Data
(
domain
,
types
,
value
)
:
Promise
<
string
>
Parameters
domain
:
object
types
:
Record
<
string
,
object
[]
>
value
:
object
Returns
Promise
<
string
>
Settings
Member Visibility
Inherited
External
Theme
OS
Light
Dark
On This Page
get
Address
sign
Typed
Data
fhenix.js Docs
Loading...