The blockhash value and its last valid block height.

1.0.0

interface BlockhashResult {
    blockhash: string;
    lastValidBlockHeight: number;
}

Properties

blockhash: string
lastValidBlockHeight: number