mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-04-22 07:58:02 +00:00
register type sizes for u64 and u128 (#200)
Signed-off-by: Gregory Hill <gregorydhill@outlook.com>
This commit is contained in:
@@ -96,6 +96,8 @@ impl<T: System> EventsDecoder<T> {
|
||||
decoder.register_type_size::<[u8; 32]>("AuthorityId");
|
||||
decoder.register_type_size::<u8>("u8");
|
||||
decoder.register_type_size::<u32>("u32");
|
||||
decoder.register_type_size::<u64>("u64");
|
||||
decoder.register_type_size::<u128>("u128");
|
||||
decoder.register_type_size::<u32>("AccountIndex");
|
||||
decoder.register_type_size::<u32>("SessionIndex");
|
||||
decoder.register_type_size::<u32>("PropIndex");
|
||||
|
||||
Reference in New Issue
Block a user