Proof is a proof of transaction inclusion in a block.

interface ConsensusProof {
    height: longnum;
    raw_proof: Uint8Array;
}

Properties

Properties

height: longnum

Height is the block height at which the transaction was published.

raw_proof: Uint8Array

RawProof is the actual raw proof.