interface SimulationBalanceDiff {
    address: string;
    dirty: string;
    is_miner: boolean;
    original: string;
}

Properties

address: string

Address with balance change

Example

"0x0000000000000000000000000000000000000000"
dirty: string

Balance after transaction

Example

"339759057341860188039"
is_miner: boolean

Whether this address is the miner/validator

Example

false
original: string

Original balance before transaction

Example

"340759134036041748877"