setInfo
When to Use
builder.setInfo({
name: 'DEMORWA',
description: 'Demo Token for Real World Asset',
metadata: metadata_base64, // base64-encoded JSON with asset info + signature
defaultPermission: new KeetaNet.lib.Permissions(['ACCESS'], [])
}, {
account: token.account // the account you're attaching this info to
});Explanation of Each Field
Why Use It?
Last updated