Documentation ¶
Overview ¶
Package avaxmock is a generated GoMock package.
Package avaxmock is a generated GoMock package.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type TransferableIn ¶
type TransferableIn struct {
// contains filtered or unexported fields
}
TransferableIn is a mock of TransferableIn interface.
func NewTransferableIn ¶
func NewTransferableIn(ctrl *gomock.Controller) *TransferableIn
NewTransferableIn creates a new mock instance.
func (*TransferableIn) Cost ¶
func (m *TransferableIn) Cost() (uint64, error)
Cost mocks base method.
func (*TransferableIn) EXPECT ¶
func (m *TransferableIn) EXPECT() *TransferableInMockRecorder
EXPECT returns an object that allows the caller to indicate expected use.
func (*TransferableIn) InitCtx ¶
func (m *TransferableIn) InitCtx(arg0 *snow.Context)
InitCtx mocks base method.
type TransferableInMockRecorder ¶
type TransferableInMockRecorder struct {
// contains filtered or unexported fields
}
TransferableInMockRecorder is the mock recorder for TransferableIn.
func (*TransferableInMockRecorder) Amount ¶
func (mr *TransferableInMockRecorder) Amount() *gomock.Call
Amount indicates an expected call of Amount.
func (*TransferableInMockRecorder) Cost ¶
func (mr *TransferableInMockRecorder) Cost() *gomock.Call
Cost indicates an expected call of Cost.
func (*TransferableInMockRecorder) InitCtx ¶
func (mr *TransferableInMockRecorder) InitCtx(arg0 any) *gomock.Call
InitCtx indicates an expected call of InitCtx.
func (*TransferableInMockRecorder) Verify ¶
func (mr *TransferableInMockRecorder) Verify() *gomock.Call
Verify indicates an expected call of Verify.
type TransferableOut ¶
TransferableOut is a mock of TransferableOut interface.
func NewTransferableOut ¶
func NewTransferableOut(ctrl *gomock.Controller) *TransferableOut
NewTransferableOut creates a new mock instance.
func (*TransferableOut) Amount ¶
func (m *TransferableOut) Amount() uint64
Amount mocks base method.
func (*TransferableOut) EXPECT ¶
func (m *TransferableOut) EXPECT() *TransferableOutMockRecorder
EXPECT returns an object that allows the caller to indicate expected use.
func (*TransferableOut) InitCtx ¶
func (m *TransferableOut) InitCtx(arg0 *snow.Context)
InitCtx mocks base method.
type TransferableOutMockRecorder ¶
type TransferableOutMockRecorder struct {
// contains filtered or unexported fields
}
TransferableOutMockRecorder is the mock recorder for TransferableOut.
func (*TransferableOutMockRecorder) Amount ¶
func (mr *TransferableOutMockRecorder) Amount() *gomock.Call
Amount indicates an expected call of Amount.
func (*TransferableOutMockRecorder) InitCtx ¶
func (mr *TransferableOutMockRecorder) InitCtx(arg0 any) *gomock.Call
InitCtx indicates an expected call of InitCtx.
func (*TransferableOutMockRecorder) Verify ¶
func (mr *TransferableOutMockRecorder) Verify() *gomock.Call
Verify indicates an expected call of Verify.