signAcceptWorkspaceMessage(workspaceId: string): Promise<string>
Generates a cryptographic signature using the AeonSigner’s EVM private key. This signature serves as an authorization for the signer to accept an invitation to a specified Aeon workspace.
The signature produced by this method is used in conjunction with the AeonClient.acceptWorkspaceInvite() method (see acceptWorkspaceInvite()).
Parameters
workspaceId:string- The unique identifier of the workspace for which the invitation is being accepted. This ID is typically provided through the Aeon platform when an invitation is issued.
Returns
Promise<string>: A promise that resolves with the hexadecimal string representation of the signature. This signature proves that the owner of the EVM private key associated with theAeonSignerauthorizes joining the specified workspace.