sendInscription
Send Inscription
Method
async function sendInscription(
toAddress: string,
inscriptionId: string,
options?: { feeRate: number }
): stringParams
toAddress— requiredstringthe address to sendinscriptionId— requiredstringthe id of Inscriptionoptions— optionalfeeRate— requirednumberthe network fee rate
Response
txid — string
Example
Demo
Last updated
Was this helpful?