fee static method

Any fee()

Implementation

static Any fee() => Any(
      typeUrl: feeTypeUrl,
      value: Fee().writeToBuffer(),
    );