Documentation ¶
Overview ¶
Code generated by counterfeiter. DO NOT EDIT.
Index ¶
- type LedgerInfo
- func (fake *LedgerInfo) GetCurrentBlockHash() ([]byte, error)
- func (fake *LedgerInfo) GetCurrentBlockHashCallCount() int
- func (fake *LedgerInfo) GetCurrentBlockHashCalls(stub func() ([]byte, error))
- func (fake *LedgerInfo) GetCurrentBlockHashReturns(result1 []byte, result2 error)
- func (fake *LedgerInfo) GetCurrentBlockHashReturnsOnCall(i int, result1 []byte, result2 error)
- func (fake *LedgerInfo) Invocations() map[string][][]interface{}
- func (fake *LedgerInfo) LedgerHeight() (uint64, error)
- func (fake *LedgerInfo) LedgerHeightCallCount() int
- func (fake *LedgerInfo) LedgerHeightCalls(stub func() (uint64, error))
- func (fake *LedgerInfo) LedgerHeightReturns(result1 uint64, result2 error)
- func (fake *LedgerInfo) LedgerHeightReturnsOnCall(i int, result1 uint64, result2 error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type LedgerInfo ¶
type LedgerInfo struct { GetCurrentBlockHashStub func() ([]byte, error) LedgerHeightStub func() (uint64, error) // contains filtered or unexported fields }
func (*LedgerInfo) GetCurrentBlockHash ¶
func (fake *LedgerInfo) GetCurrentBlockHash() ([]byte, error)
func (*LedgerInfo) GetCurrentBlockHashCallCount ¶
func (fake *LedgerInfo) GetCurrentBlockHashCallCount() int
func (*LedgerInfo) GetCurrentBlockHashCalls ¶
func (fake *LedgerInfo) GetCurrentBlockHashCalls(stub func() ([]byte, error))
func (*LedgerInfo) GetCurrentBlockHashReturns ¶
func (fake *LedgerInfo) GetCurrentBlockHashReturns(result1 []byte, result2 error)
func (*LedgerInfo) GetCurrentBlockHashReturnsOnCall ¶
func (fake *LedgerInfo) GetCurrentBlockHashReturnsOnCall(i int, result1 []byte, result2 error)
func (*LedgerInfo) Invocations ¶
func (fake *LedgerInfo) Invocations() map[string][][]interface{}
func (*LedgerInfo) LedgerHeight ¶
func (fake *LedgerInfo) LedgerHeight() (uint64, error)
func (*LedgerInfo) LedgerHeightCallCount ¶
func (fake *LedgerInfo) LedgerHeightCallCount() int
func (*LedgerInfo) LedgerHeightCalls ¶
func (fake *LedgerInfo) LedgerHeightCalls(stub func() (uint64, error))
func (*LedgerInfo) LedgerHeightReturns ¶
func (fake *LedgerInfo) LedgerHeightReturns(result1 uint64, result2 error)
func (*LedgerInfo) LedgerHeightReturnsOnCall ¶
func (fake *LedgerInfo) LedgerHeightReturnsOnCall(i int, result1 uint64, result2 error)
Click to show internal directories.
Click to hide internal directories.