ReportOverProduction
public struct ReportOverProduction : OperationType, Equatable
                Reports a producer who signs two blocks at the same time.
- 
                  
                  
Declaration
Swift
public var reporter: String - 
                  
                  
Declaration
Swift
public var firstBlock: SignedBlockHeader - 
                  
                  
Declaration
Swift
public var secondBlock: SignedBlockHeader - 
                  
                  
Declaration
Swift
public init( reporter: String, firstBlock: SignedBlockHeader, secondBlock: SignedBlockHeader ) 
View on GitHub
        ReportOverProduction Structure Reference