Documentation ¶
Index ¶
- type ClientOption
- type ClientService
- func (_m *ClientService) CreateBSCTransaction(params *wallet.CreateBSCTransactionParams, opts ...wallet.ClientOption) (*wallet.CreateBSCTransactionCreated, error)
- func (_m *ClientService) CreateEthereumTransaction(params *wallet.CreateEthereumTransactionParams, opts ...wallet.ClientOption) (*wallet.CreateEthereumTransactionCreated, error)
- func (_m *ClientService) CreateMaticTransaction(params *wallet.CreateMaticTransactionParams, opts ...wallet.ClientOption) (*wallet.CreateMaticTransactionCreated, error)
- func (_m *ClientService) CreateTronTransaction(params *wallet.CreateTronTransactionParams, opts ...wallet.ClientOption) (*wallet.CreateTronTransactionCreated, error)
- func (_m *ClientService) CreateWallet(params *wallet.CreateWalletParams, opts ...wallet.ClientOption) (*wallet.CreateWalletCreated, error)
- func (_m *ClientService) DeleteWallet(params *wallet.DeleteWalletParams, opts ...wallet.ClientOption) (*wallet.DeleteWalletNoContent, error)
- func (_m *ClientService) GetWallet(params *wallet.GetWalletParams, opts ...wallet.ClientOption) (*wallet.GetWalletOK, error)
- func (_m *ClientService) SetTransport(transport runtime.ClientTransport)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ClientOption ¶
ClientOption is an autogenerated mock type for the ClientOption type
func NewClientOption ¶
func NewClientOption(t interface { mock.TestingT Cleanup(func()) }) *ClientOption
NewClientOption creates a new instance of ClientOption. It also registers a testing interface on the mock and a cleanup function to assert the mocks expectations. The first argument is typically a *testing.T value.
func (*ClientOption) Execute ¶
func (_m *ClientOption) Execute(_a0 *runtime.ClientOperation)
Execute provides a mock function with given fields: _a0
type ClientService ¶
ClientService is an autogenerated mock type for the ClientService type
func NewClientService ¶
func NewClientService(t interface { mock.TestingT Cleanup(func()) }) *ClientService
NewClientService creates a new instance of ClientService. It also registers a testing interface on the mock and a cleanup function to assert the mocks expectations. The first argument is typically a *testing.T value.
func (*ClientService) CreateBSCTransaction ¶ added in v0.3.0
func (_m *ClientService) CreateBSCTransaction(params *wallet.CreateBSCTransactionParams, opts ...wallet.ClientOption) (*wallet.CreateBSCTransactionCreated, error)
CreateBSCTransaction provides a mock function with given fields: params, opts
func (*ClientService) CreateEthereumTransaction ¶
func (_m *ClientService) CreateEthereumTransaction(params *wallet.CreateEthereumTransactionParams, opts ...wallet.ClientOption) (*wallet.CreateEthereumTransactionCreated, error)
CreateEthereumTransaction provides a mock function with given fields: params, opts
func (*ClientService) CreateMaticTransaction ¶
func (_m *ClientService) CreateMaticTransaction(params *wallet.CreateMaticTransactionParams, opts ...wallet.ClientOption) (*wallet.CreateMaticTransactionCreated, error)
CreateMaticTransaction provides a mock function with given fields: params, opts
func (*ClientService) CreateTronTransaction ¶
func (_m *ClientService) CreateTronTransaction(params *wallet.CreateTronTransactionParams, opts ...wallet.ClientOption) (*wallet.CreateTronTransactionCreated, error)
CreateTronTransaction provides a mock function with given fields: params, opts
func (*ClientService) CreateWallet ¶
func (_m *ClientService) CreateWallet(params *wallet.CreateWalletParams, opts ...wallet.ClientOption) (*wallet.CreateWalletCreated, error)
CreateWallet provides a mock function with given fields: params, opts
func (*ClientService) DeleteWallet ¶
func (_m *ClientService) DeleteWallet(params *wallet.DeleteWalletParams, opts ...wallet.ClientOption) (*wallet.DeleteWalletNoContent, error)
DeleteWallet provides a mock function with given fields: params, opts
func (*ClientService) GetWallet ¶
func (_m *ClientService) GetWallet(params *wallet.GetWalletParams, opts ...wallet.ClientOption) (*wallet.GetWalletOK, error)
GetWallet provides a mock function with given fields: params, opts
func (*ClientService) SetTransport ¶
func (_m *ClientService) SetTransport(transport runtime.ClientTransport)
SetTransport provides a mock function with given fields: transport