.asset.update()
Last updated
/// Create instance
const connection = urchin(...config);
// Create asset
const connection.asset.update([...AssetUpdateInput]);
publicKey*
reference to target address
PublicKey
original*
reference to file location
string
immutable*
prevent all future updates of this record
boolean
false
archived
Flag that record is no longer in use
boolean
false
[
{
original: "./img.jpg"
}
}
]Last updated