getSigner method

JsonRpcSigner getSigner()

Implementation

JsonRpcSigner getSigner() {
  // TODO:
  return JsonRpcSigner(
    childProvider: this,
  );
}