Record instructions
Rust SDK API Reference / Record instructions
These local builders create unsigned SNS Records V2 instructions for a full canonical lowercase .sns domain. They derive the record and domain keys, serialize content where needed, and leave transaction signing and submission to the caller.
APIs
| API | Description |
|---|---|
create_record_v2_instruction | Allocates and posts a V2 record. |
update_record_v2_instruction | Replaces V2 record content. |
delete_record_v2 | Deletes a V2 record and refunds rent to the payer. |
write_roa_record_v2 | Writes a Right-of-Association identifier. |
validate_record_v2_content | Validates staleness or RoA with a Solana verifier. |
eth_validate_record_v2_content | Validates RoA using an Ethereum signature. |