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