Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 389 Bytes

opaque.masterhandlecreator.md

File metadata and controls

14 lines (10 loc) · 389 Bytes

Home > opaque > MasterHandleCreator

MasterHandleCreator type

Signature:

declare type MasterHandleCreator = RequireOnlyOne<{
    account: Account;
    handle: string;
}, "account" | "handle">;