setPlatformFeeInfo method

Future setPlatformFeeInfo(
  1. String platformFeeRecipient,
  2. BigInt platformFeeBps
)

Implementation

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