serai/substrate/primitives/src
Luke Parker 41ce5b1738 Use the serai_abi::Call in the actual Transaction type
We prior required they had the same encoding, yet this ensures they do by
making them one and the same. This does require an large, ugly, From/TryInto
block which is deemed preferable for moving this more and more into syntax
(from semantics).

Further improvements (notably re: Extra) is possible, and this already lets us
strip some members from the Call enum.
2024-06-03 23:38:22 -04:00
..
account.rs Move serai-client off serai-runtime, MIT licensing it 2023-12-07 02:30:09 -05:00
amount.rs Replace bincode with borsh (#452) 2023-11-25 04:01:11 -05:00
balance.rs Resolve latest clippy and a couple no longer needed fmt notes 2024-01-22 22:13:37 -05:00
block.rs Replace bincode with borsh (#452) 2023-11-25 04:01:11 -05:00
lib.rs Use the serai_abi::Call in the actual Transaction type 2024-06-03 23:38:22 -04:00
networks.rs Correct a couple years of accumulated typos 2023-12-17 02:06:51 -05:00