encodeContractId static method

String encodeContractId(
  1. Uint8List data
)

Implementation

static String encodeContractId(Uint8List data) {
  return encodeCheck(VersionByte.CONTRACT_ID, data);
}