Documentation ¶ Index ¶ type Lite Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ This section is empty. Types ¶ type Lite ¶ type Lite interface { // Start starts service of lite client Start() error // Stop stops service of lite client Stop() error // QueryHeader gets block header given block height QueryHeader(height uint64) (*pb.BlockHeader, error) } Source Files ¶ View all Source files interface.go Directories ¶ Show internal Expand all Path Synopsis bxh_lite direct_lite mock_lite Package mock_lite is a generated GoMock package. Package mock_lite is a generated GoMock package. Click to show internal directories. Click to hide internal directories.