pub fn decode_fulfillment_data(data: &Bytes) -> Result<Int, Error>Expand description
Decode the encoded data to the respective data types.
Returns the Result of decoding fulfillment data.
ยงArguments
dataFulfillment data (anint256encoded in contract ABI)