toBorsh method

Iterable<int> toBorsh()

Serializes this instance into a buffer.

Implementation

Iterable<int> toBorsh() => borsh.serialize(this);