docs: fixed jsdocs for signMessage (#4314)
This commit is contained in:
parent
1d9c0197a2
commit
1c71ec6df6
@ -131,7 +131,7 @@ export interface Signer extends Addressable, ContractRunner, NameResolver {
|
||||
sendTransaction(tx: TransactionRequest): Promise<TransactionResponse>;
|
||||
|
||||
/**
|
||||
* Signers an [[link-eip-191]] prefixed personal message.
|
||||
* Signs an [[link-eip-191]] prefixed personal message.
|
||||
*
|
||||
* If the %%message%% is a string, it is signed as UTF-8 encoded bytes. It is **not**
|
||||
* interpretted as a [[BytesLike]]; so the string ``"0x1234"`` is signed as six
|
||||
|
Loading…
Reference in New Issue
Block a user