The storage runtime interface should not enforce a hash type
Currently the runtime interface enforces `H256` as hash type, but in the future people could use whatever they want as hash type. The hash type always needs to match between the runtime and the node, but that is already required.
parent
b3a7c8e4
Please register or sign in to comment