ChainHeadOperationInaccessible constructor

const ChainHeadOperationInaccessible({
  1. required String operationId,
})

Implementation

const ChainHeadOperationInaccessible({required this.operationId})
  : super(ChainHeadEventType.operationInaccessible);