getUncheckedSigner method
Implementation
JsonRpcSigner getUncheckedSigner({
String? address,
int? index,
}) {
return JsonRpcSigner(
childProvider: this,
address: address,
index: index,
);
}
JsonRpcSigner getUncheckedSigner({
String? address,
int? index,
}) {
return JsonRpcSigner(
childProvider: this,
address: address,
index: index,
);
}