{"content":"When using Metalet’s MetaID PIN Inscribe API, you can customize your transactions.\n\nFunction:\nmetaidwallet.btc.inscribe(params)\n\nParameters:\nfeeRate: The transaction fee rate (required).\nrevealOutValue: The output value for revealing (optional).\nmetaidDataList: A list of metadata objects, each with:\n operation: The type of operation, like \"create\" (required).\n revealAddr: The address to reveal (required).\n body: The content data (required).\n path: The data path (required).\n contentType: The content type, e.g., \"text/plain;utf-8\" (optional).\n flag: The metaid flag, usually \"metaid\" (optional).\n version: The version, typically \"1.0.0\" (optional).\n encoding: The encoding type, usually \"utf-8\" (optional).\nchangeAddress: The change address (optional).\nservice: Contains the service details for DApp transaction fees (optional):\n address: The service address (required).\n satoshis: The amount in satoshis (required).","contentType":"text/plain"}