Documentation
API
@orderly.network
@orderly.network
Interface
Signer
Properties
sign
sign
:
(
data
)
=>
Promise
<
SignedMessagePayload
>
Type declaration
Parameters
data:
MessageFactor
Returns
signText
signText
:
(
text
)
=>
Promise
<
{
publicKey
:
string
,
signature
:
string
}
>
Type declaration
Parameters
text:
string
Returns
Methods