interface ExecutionOutcomeWithIdView {
    block_hash: string;
    id: string;
    outcome: ExecutionOutcome;
    proof: MerklePath;
}

Properties

block_hash: string
id: string
proof: MerklePath