Interface SettlementProof

§9.10 — Settlement proof output.

interface SettlementProof {
    blockHeight: number;
    stateHash: string;
    timestamp: number;
    txId: string;
}

Properties

blockHeight: number
stateHash: string
timestamp: number
txId: string

§9.6 — TxID = H(sender ∥ receiver ∥ amount ∥ nonce ∥ timestamp)