graphcast-sdk
graphcast-sdk copied to clipboard
Make RadioPayloadMessage a trait
RadioPayloadMessage
should be a trait, not a struct
This trait need to require:
- Everything on
GraphcastMessage
currently - Set of required functions
-
decode
-
validity_check
-
build
-
- Set of required fields
-
graph_account
-
nonce
-