Documentation ¶
Index ¶
- type CNCClientI
- func (_m *CNCClientI) NamespacedData(ctx context.Context, namespaceID cnc.Namespace, height uint64) ([][]byte, error)
- func (_m *CNCClientI) NamespacedShares(ctx context.Context, namespaceID cnc.Namespace, height uint64) ([][]byte, error)
- func (_m *CNCClientI) SubmitPFB(ctx context.Context, namespaceID cnc.Namespace, blob []byte, fee int64, ...) (*cnc.TxResponse, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CNCClientI ¶
CNCClientI is an autogenerated mock type for the CNCClientI type
func NewCNCClientI ¶
func NewCNCClientI(t mockConstructorTestingTNewCNCClientI) *CNCClientI
NewCNCClientI creates a new instance of CNCClientI. It also registers a testing interface on the mock and a cleanup function to assert the mocks expectations.
func (*CNCClientI) NamespacedData ¶
func (_m *CNCClientI) NamespacedData(ctx context.Context, namespaceID cnc.Namespace, height uint64) ([][]byte, error)
NamespacedData provides a mock function with given fields: ctx, namespaceID, height
func (*CNCClientI) NamespacedShares ¶
func (_m *CNCClientI) NamespacedShares(ctx context.Context, namespaceID cnc.Namespace, height uint64) ([][]byte, error)
NamespacedShares provides a mock function with given fields: ctx, namespaceID, height
Click to show internal directories.
Click to hide internal directories.