Thomas Scholtes b4e8905053 Event arguments are Vec not HashSet (#27)
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.
2019-11-07 13:43:08 +01:00
2019-08-05 11:37:29 +01:00

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.

S
Description
No description provided
Readme 529 MiB
Languages
Rust 99.8%
Shell 0.2%