experimental_multiOwnerSignRawMessage

This will sign on behalf of the multi-owner org, without doing any transformations on the message. For SignMessage or SignTypedData, the caller should hash the message before calling this method and pass that result here.

Import

1import { BaseSignerClient } from "@account-kit/signer";

Parameters

msg

Hex the hex representation of the bytes to sign

orgId

string orgId of the multi-owner org to sign on behalf of

orgAddress

string address of the multi-owner org to sign on behalf of

Returns

Promise<Hex> the signature over the raw hex