Quantcast
Channel: Recent Questions - Solana Stack Exchange
Viewing all articles
Browse latest Browse all 7894

Why does umi add an extra characters to the beginning of the meta data?

$
0
0
 const umi = createUmi(rpcUrl); umi.use(mplTokenMetadata()); umi.use(signerIdentity(source)); const memo = {     memo: '1' } let transaction = await transactionBuilder()     .add(addMemo(umi, memo))     .add(createNft(umi, {...}))     .setFeePayer(source)     .buildWithLatestBlockhash(umi);

After signing this transaction I noticed that extra characters were added to the beginning of the memo data.

enter image description here

enter image description here

Why were they added and is there a way to prevent them from appearing in the memo data?


Viewing all articles
Browse latest Browse all 7894

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>