solknife_token_metadata_build
Build an unsigned set/update Metaplex metadata tx. lock makes the metadata immutable (irreversible).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| uri | Yes | URL of the off-chain metadata JSON (image, description). Often an Arweave or IPFS link. | |
| lock | Yes | Permanently freeze the metadata after this update. Irreversible. | |
| mint | Yes | A Solana address in base58, 32-44 chars. | |
| name | Yes | On-chain token name, e.g. "Wrapped SOL". | |
| payer | Yes | A Solana address in base58, 32-44 chars. | |
| symbol | Yes | On-chain ticker, e.g. "WSOL". |