getResponseCodec top-level constant

RpcCodec<GetRecordResponse> const getResponseCodec

Implementation

const RpcCodec<GetRecordResponse> getResponseCodec = RpcCodec.withDecoder(
  GetRecordResponse.fromJson,
);