mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-04-27 11:38:01 +00:00
b4e8905053760a1c7bcd833bfc0d3230dbd356f6
Event arguments in the metadata are treated as `Vec` instead of `HashSet`. This fixes an issue with event arguments of the same name. For example the `Balances::Transfer` event has four arguments: `AccountId` (from), `AccountId` (to), `Balance` (value), `Balance` (fee). Before this change the code would only try to parse the two distinct arguments `AccountId` and `Balance` and decoding would fail.
subxt
A library to submit extrinsics to a substrate node via RPC.
IMPORTANT NOTE: WORK IN PROGRESS! Do not expect this to be working (or supported).
Alternatively: https://github.com/scs/substrate-api-client provides similar functionality.
License
The entire code within this repository is licensed under the GPLv3. Please contact us if you have questions about the licensing of our products.
Description
Languages
Rust
99.8%
Shell
0.2%