wormhole-foundation/wormhole-sdk-rs

Parsed VAA Body generic over <P: Payload>

Closed this issue · 0 comments

Parsers and deserializers are currently not generic and delegate parsing to a later function call. Can we make them generic over P

  • so that applications can skip the intermediate Vec<u8>
  • so that we can correctly deser JSON with parsed payloads