Nado Typescript SDK Documentation
    Preparing search index...

    Interface IndexerServerTx

    interface IndexerServerTx {
        submission_idx: string;
        timestamp: string;
        tx: NadoTx;
    }
    Index

    Properties

    submission_idx: string
    timestamp: string
    tx: NadoTx