Future<dynamic> setDefaultRoyaltyInfo( String royaltyRecipient, BigInt royaltyBps) async => await _contract .send("setDefaultRoyaltyInfo", [royaltyRecipient, royaltyBps]);