Documentation ¶
Index ¶
- type TransactionsAPI
- func (_m *TransactionsAPI) EstimateFee(ctx context.Context, platform string, network string) ubiquity.ApiEstimateFeeRequest
- func (_m *TransactionsAPI) EstimateFeeExecute(r ubiquity.ApiEstimateFeeRequest) (string, *http.Response, error)
- func (_m *TransactionsAPI) GetTx(ctx context.Context, platform string, network string, id string) ubiquity.ApiGetTxRequest
- func (_m *TransactionsAPI) GetTxExecute(r ubiquity.ApiGetTxRequest) (ubiquity.Tx, *http.Response, error)
- func (_m *TransactionsAPI) GetTxs(ctx context.Context, platform string, network string) ubiquity.ApiGetTxsRequest
- func (_m *TransactionsAPI) GetTxsExecute(r ubiquity.ApiGetTxsRequest) (ubiquity.TxPage, *http.Response, error)
- func (_m *TransactionsAPI) TxCreate(ctx context.Context, platform string, network string) ubiquity.ApiTxCreateRequest
- func (_m *TransactionsAPI) TxCreateExecute(r ubiquity.ApiTxCreateRequest) (ubiquity.UnsignedTx, *http.Response, error)
- func (_m *TransactionsAPI) TxSend(ctx context.Context, platform string, network string) ubiquity.ApiTxSendRequest
- func (_m *TransactionsAPI) TxSendExecute(r ubiquity.ApiTxSendRequest) (ubiquity.TxReceipt, *http.Response, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type TransactionsAPI ¶
TransactionsAPI is an autogenerated mock type for the TransactionsAPI type
func (*TransactionsAPI) EstimateFee ¶
func (_m *TransactionsAPI) EstimateFee(ctx context.Context, platform string, network string) ubiquity.ApiEstimateFeeRequest
EstimateFee provides a mock function with given fields: ctx, platform, network
func (*TransactionsAPI) EstimateFeeExecute ¶
func (_m *TransactionsAPI) EstimateFeeExecute(r ubiquity.ApiEstimateFeeRequest) (string, *http.Response, error)
EstimateFeeExecute provides a mock function with given fields: r
func (*TransactionsAPI) GetTx ¶
func (_m *TransactionsAPI) GetTx(ctx context.Context, platform string, network string, id string) ubiquity.ApiGetTxRequest
GetTx provides a mock function with given fields: ctx, platform, network, id
func (*TransactionsAPI) GetTxExecute ¶
func (_m *TransactionsAPI) GetTxExecute(r ubiquity.ApiGetTxRequest) (ubiquity.Tx, *http.Response, error)
GetTxExecute provides a mock function with given fields: r
func (*TransactionsAPI) GetTxs ¶
func (_m *TransactionsAPI) GetTxs(ctx context.Context, platform string, network string) ubiquity.ApiGetTxsRequest
GetTxs provides a mock function with given fields: ctx, platform, network
func (*TransactionsAPI) GetTxsExecute ¶
func (_m *TransactionsAPI) GetTxsExecute(r ubiquity.ApiGetTxsRequest) (ubiquity.TxPage, *http.Response, error)
GetTxsExecute provides a mock function with given fields: r
func (*TransactionsAPI) TxCreate ¶
func (_m *TransactionsAPI) TxCreate(ctx context.Context, platform string, network string) ubiquity.ApiTxCreateRequest
TxCreate provides a mock function with given fields: ctx, platform, network
func (*TransactionsAPI) TxCreateExecute ¶
func (_m *TransactionsAPI) TxCreateExecute(r ubiquity.ApiTxCreateRequest) (ubiquity.UnsignedTx, *http.Response, error)
TxCreateExecute provides a mock function with given fields: r
func (*TransactionsAPI) TxSend ¶
func (_m *TransactionsAPI) TxSend(ctx context.Context, platform string, network string) ubiquity.ApiTxSendRequest
TxSend provides a mock function with given fields: ctx, platform, network
func (*TransactionsAPI) TxSendExecute ¶
func (_m *TransactionsAPI) TxSendExecute(r ubiquity.ApiTxSendRequest) (ubiquity.TxReceipt, *http.Response, error)
TxSendExecute provides a mock function with given fields: r