Write Inscription Data
After initializing an inscription account data can be written to it. This is also the case for associated inscriptions.
Write Inscription Data
JavaScript
For larger data it is recommended to first allocate
the required space, wait for that transaction to finalize and then writeData
. The following example allocates data in a associated Inscription account:
Allocate space
JavaScript
Last updated