Function: sendSpaceInboxMessage()
sendSpaceInboxMessage(
__namedParameters):Promise<void>
Defined in: packages/hypergraph/src/inboxes/send-message.ts:3
Parameters
__namedParameters
Readonly<{ authorAccountAddress: string | null; encryptionPublicKey: string; inboxId: string; message: string; signaturePrivateKey: string | null; spaceId: string; syncServerUri: string; }>
Returns
Promise<void>