@orangecheck/agent-signer / SignerRef
Interface: SignerRef
Defined in: src/index.ts:41
Properties
| Property | Type | Description | Defined in |
|---|---|---|---|
<a id="property-address"></a> address | string | - | src/index.ts:42 |
<a id="property-signmessage"></a> signMessage | (msg: string) => Promise<string> | Returns a base64 BIP-322 signature over the given message as UTF-8 bytes. | src/index.ts:44 |