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) InitRuntime(rt *runtime.Runtime)
- func (m *UnsignedTx) InputIDs() set.Set[ids.ID]
- func (m *UnsignedTx) Outputs() []*lux.TransferableOutput
- func (m *UnsignedTx) SetBytes(unsignedBytes []byte)
- func (m *UnsignedTx) SyntacticVerify(rt *runtime.Runtime) error
- func (m *UnsignedTx) Visit(visitor txs.Visitor) error
- type UnsignedTxMockRecorder
- func (mr *UnsignedTxMockRecorder) Bytes() *gomock.Call
- func (mr *UnsignedTxMockRecorder) InitRuntime(rt any) *gomock.Call
- func (mr *UnsignedTxMockRecorder) InputIDs() *gomock.Call
- func (mr *UnsignedTxMockRecorder) Outputs() *gomock.Call
- func (mr *UnsignedTxMockRecorder) SetBytes(unsignedBytes any) *gomock.Call
- func (mr *UnsignedTxMockRecorder) SyntacticVerify(rt 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) InitRuntime ¶ added in v1.22.87
func (m *UnsignedTx) InitRuntime(rt *runtime.Runtime)
InitRuntime mocks base method.
func (*UnsignedTx) InputIDs ¶
func (m *UnsignedTx) InputIDs() set.Set[ids.ID]
InputIDs mocks base method.
func (*UnsignedTx) Outputs ¶
func (m *UnsignedTx) Outputs() []*lux.TransferableOutput
Outputs mocks base method.
func (*UnsignedTx) SetBytes ¶
func (m *UnsignedTx) SetBytes(unsignedBytes []byte)
SetBytes mocks base method.
func (*UnsignedTx) SyntacticVerify ¶
func (m *UnsignedTx) SyntacticVerify(rt *runtime.Runtime) error
SyntacticVerify 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) InitRuntime ¶ added in v1.22.87
func (mr *UnsignedTxMockRecorder) InitRuntime(rt any) *gomock.Call
InitRuntime indicates an expected call of InitRuntime.
func (*UnsignedTxMockRecorder) InputIDs ¶
func (mr *UnsignedTxMockRecorder) InputIDs() *gomock.Call
InputIDs indicates an expected call of InputIDs.
func (*UnsignedTxMockRecorder) Outputs ¶
func (mr *UnsignedTxMockRecorder) Outputs() *gomock.Call
Outputs indicates an expected call of Outputs.
func (*UnsignedTxMockRecorder) SetBytes ¶
func (mr *UnsignedTxMockRecorder) SetBytes(unsignedBytes any) *gomock.Call
SetBytes indicates an expected call of SetBytes.
func (*UnsignedTxMockRecorder) SyntacticVerify ¶
func (mr *UnsignedTxMockRecorder) SyntacticVerify(rt any) *gomock.Call
SyntacticVerify indicates an expected call of SyntacticVerify.