toBytes method

Future<Uint8List> toBytes()
inherited

Implementation

Future<Uint8List> toBytes() =>
    core.instance.api.crateApiBitcoinFfiFfiScriptToBytes(
      that: this,
    );