fromAmino static method

Implementation

static MerklePrefix fromAmino(MerklePrefixAminoArgs data) {
  return MerklePrefix(data.key_prefix);
}