getTemporalNumericValueV1(bytes32 id)
function from your contract. This function takes an encoded asset ID of the relevant asset and returns the latest value for that asset in the form of a TemporalNumericValue
struct, which contains an integer value (multiplied by 10^18 for precision) and a UNIX nanosecond timestamp.
For more information on how to read data from the Stork contract, please refer to the EVM Contract API.