Test manually implemented serializations in the Router lib

This commit is contained in:
Luke Parker
2025-01-19 00:45:26 -05:00
parent 9d57c4eb4d
commit 47560fa9a9
3 changed files with 93 additions and 9 deletions

View File

@@ -207,7 +207,7 @@ impl From<&[(SeraiAddress, U256)]> for OutInstructions {
/// An action which was executed by the Router.
#[derive(Clone, PartialEq, Eq, Debug)]
pub enum Executed {
/// Set a new key.
/// New key was set.
SetKey {
/// The nonce this was done with.
nonce: u64,