substrate-api-rpc
substrate-api-rpc copied to clipboard
Substrate RPC lib
Recovering from panic in DecodeEvent error is: type xcm:VersionedMultiAssets index out of range [3] with length 2
source : https://github.com/itering/substrate-api-rpc/blob/master/rpc/transactions_test.go error : ``` # github.com/itering/substrate-api-rpc/keyring ..\keyring\keyring.go:20:10: undefined: NewSr25519 ```
Hi team, when i decode events of two different runtime in Westend by order, like `9300 - 13128236` and `9310 - 13128298` two blocks. When parse the second block's event,...
Hi team, we need create multi clients for client for disaster recovery switchover, so i try to distinguish the different client by `node name`, please check if this way is...
Hi team , PaymentQueryInfo model has upgrade to this: ``` { "class": "normal", "partialFee": "156000016", "weight": { "ref_time": 200945000 } } ``` weight is not int64 now
----- _Submitted with [StackBlitz](https://stackblitz.com/~/github.com/alialobidm/substrate-api-rpc/tree/master)._