Creates an instance of this class from a buffer.
this
static StakeMeta fromBorsh(final Iterable<int> buffer) => borsh.deserialize(codec.schema, buffer, StakeMeta.fromJson);