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