Set Contract Royalty
await contract.set_contract_royalty();
- "Change" function (ie. a function that alters contract state)
@param: Receives the below object as argument:
{
contract_royalty: number
}
@return:
null
await contract.set_contract_royalty();
@param: Receives the below object as argument:{
contract_royalty: number
}
@return :null