fromBorsh static method

Delegation fromBorsh(
  1. Iterable<int> buffer
)
override

Creates an instance of this class from a buffer.

Implementation

static Delegation fromBorsh(final Iterable<int> buffer) =>
    borsh.deserialize(codec.schema, buffer, Delegation.fromJson);