setRoyaltyInfoForToken method
Implementation
Future<dynamic> setRoyaltyInfoForToken(
BigInt tokenId, String recipient, BigInt bps) async {
return await _contract
.send("setRoyaltyInfoForToken", [tokenId, recipient, bps]);
}
Future<dynamic> setRoyaltyInfoForToken(
BigInt tokenId, String recipient, BigInt bps) async {
return await _contract
.send("setRoyaltyInfoForToken", [tokenId, recipient, bps]);
}