interface ILaccount {
    available: string;
    blocked: string;
    id: Interfaces.Ledger.IUint64;
    name: string;
    writeoff: string;
}

Properties

available: string
blocked: string
name: string
writeoff: string