@did-btc1/method
    Preparing search index...

    Interface BeaconSignal

    interface BeaconSignal {
        beaconAddress: string;
        beaconId: string;
        beaconType: string;
        blockheight: number;
        blocktime: number;
        tx: RawTransactionV2 | RawTransactionRest;
    }
    Index

    Properties

    beaconAddress: string
    beaconId: string
    beaconType: string
    blockheight: number
    blocktime: number
    tx: RawTransactionV2 | RawTransactionRest