export interface UserAccount { readonly id: UserAccountID; readonly name: string; readonly publicKey: PublicKeyString; }