...
The ERC-1888 multi-token that represents a certificate on-chain has the following data structure:
Code Block |
---|
struct Certificate {
int256 topic;
address issuer;
bytes validityData;
bytes data;
} |
...
...
The ERC-1888 multi-token that represents a certificate on-chain has the following data structure:
Code Block |
---|
struct Certificate {
int256 topic;
address issuer;
bytes validityData;
bytes data;
} |
...