graphcast-sdk icon indicating copy to clipboard operation
graphcast-sdk copied to clipboard

Make RadioPayloadMessage a trait

Open petkodes opened this issue 8 months ago • 0 comments

RadioPayloadMessage should be a trait, not a struct

This trait need to require:

  1. Everything on GraphcastMessage currently
  2. Set of required functions
    • decode
    • validity_check
    • build
  3. Set of required fields
    • graph_account
    • nonce

petkodes avatar Oct 10 '23 16:10 petkodes