A Merkle multiproof is a more efficient Merkle proof, for when it is necessary to prove the presence of a multiple elements that are in the same Merkle tree. Details: https://github.com/ledgerwatch/erigon/blob/devel/docs/programmers_guide/guide.md#multiproofs
When trie start supporting multiproof?