fromData static method

Implementation

static MerklePrefix fromData(MerklePrefixDataArgs data) {
  return MerklePrefix(data.key_prefix);
}