onResonse method

  1. @override
BigInt onResonse(
  1. Object result
)
override

Implementation

@override
BigInt onResonse(result) {
  return EthereumRequest.onBigintResponse(result);
}