Anatomy of a Hook for Solana
The hook raw data intended for Solana is represented as a versioned transaction with one or more instructions. Thus, only non-atomic success-required hooks are supported.
To craft a proper versioned transaction, use the guide: Creating Hook data for Solana
Last updated