onResonse method

  1. @override
BlockhashWithExpiryBlockHeight onResonse(
  1. dynamic result
)
override

Converts a dynamic response to the generic type T.

Implementation

@override
BlockhashWithExpiryBlockHeight onResonse(result) {
  return BlockhashWithExpiryBlockHeight.fromJson(result);
}