interface Node {
    contractId: string;
    data: string;
    ledger: number;
    ledgerTimestamp: number;
    topic1: string;
    topic2: string;
    topic3: string;
    topic4: string;
}

Properties

contractId: string
data: string
ledger: number
ledgerTimestamp: number
topic1: string
topic2: string
topic3: string
topic4: string