signatureBytes method

  1. @override
List<int> signatureBytes()
override

Abstract method to retrieve the signature as a list of bytes.

Implementation

@override
List<int> signatureBytes() {
  return toBcs();
}