fromBorsh static method

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

Creates an instance of this class from a buffer.

Implementation

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