RpcResponseAndContext constructor

RpcResponseAndContext({
  1. required Context context,
  2. required SignatureStatus value,
})

Returns a new RpcResponseAndContext instance.

Implementation

RpcResponseAndContext({
  required this.context,
  required this.value,
});