Skip to main content

Variable: RequestCreateAccountInbox

const RequestCreateAccountInbox: Struct<{ accountAddress: typeof String$; authPolicy: Union<[Literal<["anonymous"]>, Literal<["optional_auth"]>, Literal<["requires_auth"]>]>; encryptionPublicKey: typeof String$; inboxId: typeof String$; isPublic: typeof Boolean$; signature: Struct<{ hex: typeof String$; recovery: typeof Number$; }>; type: Literal<["create-account-inbox"]>; }>

Defined in: packages/hypergraph/src/messages/types.ts:135