Hi Team
Getting following error when i compile the index
error: Unrecognized primitive type: "generic T".
--> src/lib.rs:5:1
|
5 | #[indexer(manifest = "/usr/home/auction-index/auction_index.manifest.yaml")]
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
= note: this error originates in the attribute macro `indexer` (in Nightly builds, run with -Z macro-backtrace for more info)
And this is from out/release/contract.abi.json
{
"typeId": 11,
"type": "generic T",
"components": null,
"typeParameters": null
}
Does indexer support Generic type ?
Forc version forc 0.32.2
Forc index version forc index 0.1.13