Swig TS — API References
Preparing search index...
@swig-wallet/classic
SigningFn
Type Alias SigningFn
SigningFn
:
(
message
:
Uint8Array
)
=>
Promise
<
SigningResult
>
Signing interface that takes a message and returns a signature of the signed message
Type Declaration
(
message
:
Uint8Array
)
:
Promise
<
SigningResult
>
Parameters
message
:
Uint8Array
Returns
Promise
<
SigningResult
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
Swig TS — API References
Loading...
Signing interface that takes a message and returns a signature of the signed message