fulfillment property

String get fulfillment

Gets the hexadecimal string representation of the fulfillment byte array.

Implementation

String get fulfillment =>
    BytesUtils.toHexString(_fulfillment, lowerCase: false);