Skip to main content

Function: recoverAccountInboxMessageSigner()

recoverAccountInboxMessageSigner(message, accountAddress, inboxId): string

Defined in: packages/hypergraph/src/inboxes/recover-inbox-message-signer.ts:25

Parameters

message

authorAccountAddress?

string = ...

ciphertext

string = Schema.String

signature?

{ hex: string; recovery: number; } = ...

signature.hex

string = Schema.String

signature.recovery

number = Schema.Number

accountAddress

string

inboxId

string

Returns

string