toScriptNumBuffer method

List<int> toScriptNumBuffer()

Implementation

List<int> toScriptNumBuffer() {
  return this.toSm(endian: Endian.little);
}