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