toBorsh method
Implementation
Uint8List toBorsh() {
final writer = BinaryWriter();
const BOption(BU64()).write(writer, maxSupply);
return writer.toArray();
}
Uint8List toBorsh() {
final writer = BinaryWriter();
const BOption(BU64()).write(writer, maxSupply);
return writer.toArray();
}