cooptypes - v2026.4.27-2
    Preparing search index...
    interface INewAccount {
        active: IAuthority;
        creator: string;
        name: string;
        owner: IAuthority;
    }
    Index

    Properties

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