interface BlockChangeResult {
    block_hash: string;
    changes: BlockChange[];
}

Properties

Properties

block_hash: string
changes: BlockChange[]