interface ChangeResult {
    block_hash: string;
    changes: any[];
}

Properties

Properties

block_hash: string
changes: any[]