Expand description
Plain attestation payload and signature structs.
Field order and types match the on-chain attestation instruction arguments so a mechanical
field copy converts between the two. With the borsh feature enabled, structs derive
BorshSerialize / BorshDeserialize for wire-format decode/encode.
Structsยง
- Attestation
- A signed attestation: payload plus aggregate Schnorr signature.
- Attestation
Payload - Signed oracle attestation payload.
- Schnorr
Signature