Parse a full ValidationPda from a raw account buffer (e.g.
connection.getAccountInfo(...).data). Used by off-chain consumers
(scheduler, indexers, tests) that don't go through Anchor's typed
deserialiser.
The on-chain program deserialises via AccountDeserialize; this is a
pure-TS mirror that keeps the layout in lockstep.
Parse a full
ValidationPdafrom a raw account buffer (e.g.connection.getAccountInfo(...).data). Used by off-chain consumers (scheduler, indexers, tests) that don't go through Anchor's typed deserialiser.The on-chain program deserialises via
AccountDeserialize; this is a pure-TS mirror that keeps the layout in lockstep.