OperationsList constructor

OperationsList({
  1. required Keystore source,
  2. required RpcInterface rpcInterface,
})

Implementation

OperationsList({required this.source, required this.rpcInterface});