interface BlockSelection {
    hash?: string[];
    miner?: string[];
}

Properties

Properties

hash?: string[]

Hash of a block, any blocks that have one of these hashes will be returned. Empty means match all.

miner?: string[]

Miner address of a block, any blocks that have one of these miners will be returned. Empty means match all.