We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Any event field can be marked as #[key] in Cairo, in most cases those fields are the first ones. Here is a counter example: https://sepolia.voyager.online/event/330906_31_0
#[key]
Event ABI:
{ "type": "event", "name": "hello::HelloStarknet::BalanceIncreased", "kind": "struct", "members": [ { "name": "amount", "type": "core::felt252", "kind": "data" }, { "name": "by", "type": "core::starknet::contract_address::ContractAddress", "kind": "key" } ] },
The decoding will likely fail here
starknet-indexer/pkg/indexer/decode/decode.go
Line 76 in 03af5b1
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Any event field can be marked as
#[key]
in Cairo, in most cases those fields are the first ones.Here is a counter example: https://sepolia.voyager.online/event/330906_31_0
Event ABI:
The decoding will likely fail here
starknet-indexer/pkg/indexer/decode/decode.go
Line 76 in 03af5b1
The text was updated successfully, but these errors were encountered: