Documentation ¶
Overview ¶
Package txsmock is a generated GoMock package.
Index ¶
- type UnsignedTx
- func (m *UnsignedTx) Bytes() []byte
- func (m *UnsignedTx) EXPECT() *UnsignedTxMockRecorder
- func (m *UnsignedTx) InitCtx(ctx *snow.Context)
- func (m *UnsignedTx) InputIDs() set.Set[ids.ID]
- func (m *UnsignedTx) InputUTXOs() []*avax.UTXOID
- func (m *UnsignedTx) NumCredentials() int
- func (m *UnsignedTx) SetBytes(unsignedBytes []byte)
- func (m *UnsignedTx) Visit(visitor txs.Visitor) error
- type UnsignedTxMockRecorder
- func (mr *UnsignedTxMockRecorder) Bytes() *gomock.Call
- func (mr *UnsignedTxMockRecorder) InitCtx(ctx any) *gomock.Call
- func (mr *UnsignedTxMockRecorder) InputIDs() *gomock.Call
- func (mr *UnsignedTxMockRecorder) InputUTXOs() *gomock.Call
- func (mr *UnsignedTxMockRecorder) NumCredentials() *gomock.Call
- func (mr *UnsignedTxMockRecorder) SetBytes(unsignedBytes any) *gomock.Call
- func (mr *UnsignedTxMockRecorder) Visit(visitor any) *gomock.Call
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type UnsignedTx ¶
type UnsignedTx struct {
// contains filtered or unexported fields
}
UnsignedTx is a mock of UnsignedTx interface.
func NewUnsignedTx ¶
func NewUnsignedTx(ctrl *gomock.Controller) *UnsignedTx
NewUnsignedTx creates a new mock instance.
func (*UnsignedTx) EXPECT ¶
func (m *UnsignedTx) EXPECT() *UnsignedTxMockRecorder
EXPECT returns an object that allows the caller to indicate expected use.
func (*UnsignedTx) InitCtx ¶
func (m *UnsignedTx) InitCtx(ctx *snow.Context)
InitCtx mocks base method.
func (*UnsignedTx) InputIDs ¶
func (m *UnsignedTx) InputIDs() set.Set[ids.ID]
InputIDs mocks base method.
func (*UnsignedTx) InputUTXOs ¶
func (m *UnsignedTx) InputUTXOs() []*avax.UTXOID
InputUTXOs mocks base method.
func (*UnsignedTx) NumCredentials ¶
func (m *UnsignedTx) NumCredentials() int
NumCredentials mocks base method.
func (*UnsignedTx) SetBytes ¶
func (m *UnsignedTx) SetBytes(unsignedBytes []byte)
SetBytes mocks base method.
type UnsignedTxMockRecorder ¶
type UnsignedTxMockRecorder struct {
// contains filtered or unexported fields
}
UnsignedTxMockRecorder is the mock recorder for UnsignedTx.
func (*UnsignedTxMockRecorder) Bytes ¶
func (mr *UnsignedTxMockRecorder) Bytes() *gomock.Call
Bytes indicates an expected call of Bytes.
func (*UnsignedTxMockRecorder) InitCtx ¶
func (mr *UnsignedTxMockRecorder) InitCtx(ctx any) *gomock.Call
InitCtx indicates an expected call of InitCtx.
func (*UnsignedTxMockRecorder) InputIDs ¶
func (mr *UnsignedTxMockRecorder) InputIDs() *gomock.Call
InputIDs indicates an expected call of InputIDs.
func (*UnsignedTxMockRecorder) InputUTXOs ¶
func (mr *UnsignedTxMockRecorder) InputUTXOs() *gomock.Call
InputUTXOs indicates an expected call of InputUTXOs.
func (*UnsignedTxMockRecorder) NumCredentials ¶
func (mr *UnsignedTxMockRecorder) NumCredentials() *gomock.Call
NumCredentials indicates an expected call of NumCredentials.