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