- API ›
- Constructors ›
- Fragment ›
- CollectibleInfo
CollectibleInfo
---types--- fragment.collectibleInfo#6ebdff91 purchase_date:int currency:string amount:long crypto_currency:string crypto_amount:long url:string = fragment.CollectibleInfo
Belongs to
| fragment.CollectibleInfo |
In Rust this constructor is a variant of the enums::fragment.CollectibleInfo enum.
Match on it with: if let enums::fragment.CollectibleInfo::CollectibleInfo(v) = result { ... }