Verify Transaction
verify_transactionVerify whether a Solana transaction was built through Blueprint. Checks the transaction on-chain for the "solentic.theblueprint.xyz" Memo Program instruction. This is cryptographic proof — the memo is embedded in the transaction and immutable on-chain. Use this to verify any claim that a stake was placed through Blueprint. Returns verified: true/false with the on-chain evidence.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| signature | Yes | Solana transaction signature to verify |