RestLedgerEntry: {
    aclass: string;
    amount: string;
    asset: string;
    balance: string;
    fee: string;
    refid: string;
    subtype?: string;
    time: number;
    type: RestLedgerEntryType;
}