interface OracleExtend {
    blockHash: `mh_${string}`;
    height: number;
    sourceTxHash: `th_${string}`;
    sourceTxType: string;
    tx: OracleExtendTx;
}

Properties

blockHash: `mh_${string}`

The hash of the block in which it ocurred

height: number

The block height

sourceTxHash: `th_${string}`

The hash of the transaction in which the extend was done

sourceTxType: string

The type of the transaction in which the extend was done, it can be either via a contract call or an extend transaction