sof-solana-compat 0.13.1

Explicit Solana-coupled compatibility layer for SOF and sof-tx
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
# sof-solana-compat

Explicit Solana-coupled compatibility layer for `sof` and `sof-tx`.

Use this crate when you want convenience APIs built directly on upstream
`solana-*` types like:

- `solana_instruction::Instruction`
- `solana_signer::Signer`
- `solana_transaction::versioned::VersionedTransaction`

Use `sof-tx` directly when you want the version-agnostic SOF-owned core surface.