Why: * For GraphQL API consumers to be able to fetch the hash for a given block. Sample usage: ``` query ($number: Int!) { block(number: $number) { hash } } ``` * Issue link: n/a This change addresses the need by: * Editing the block object in `BlockScoutWeb.Schema.Types` to include a hash field of type `:full_hash`.pull/1032/head
parent
0cb1b6d85f
commit
a660b662fd
Loading…
Reference in new issue