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
data
Fulfillment data (anint256
encoded in contract ABI)