setPlatformFeeInfo method
Implementation
Future<dynamic> setPlatformFeeInfo(
String platformFeeRecipient, BigInt platformFeeBps) async =>
await _contract
.send("setPlatformFeeInfo", [platformFeeRecipient, platformFeeBps]);
Future<dynamic> setPlatformFeeInfo(
String platformFeeRecipient, BigInt platformFeeBps) async =>
await _contract
.send("setPlatformFeeInfo", [platformFeeRecipient, platformFeeBps]);