interface INewaccount {
    active: IAuthority;
    creator: string;
    name: string;
    owner: IAuthority;
}

Properties

active: IAuthority
creator: string
name: string
owner: IAuthority