interface ICreateaccnt {
    active: IAuthority;
    new_account_name: string;
    owner: IAuthority;
}

Properties

active: IAuthority
new_account_name: string
owner: IAuthority