Documentation ¶
Index ¶
- type MockHederaMirrorClient
- func (m *MockHederaMirrorClient) AccountExists(accountID hedera.AccountID) bool
- func (m *MockHederaMirrorClient) GetAccountCreditTransactionsAfterTimestamp(accountId hedera.AccountID, milestoneTimestamp int64) (*model.Response, error)
- func (m *MockHederaMirrorClient) GetAccountCreditTransactionsAfterTimestampString(accountId hedera.AccountID, from string) (*model.Response, error)
- func (m *MockHederaMirrorClient) GetAccountCreditTransactionsBetween(accountId hedera.AccountID, from, to int64) ([]model.Transaction, error)
- func (m *MockHederaMirrorClient) GetAccountDebitTransactionsAfterTimestampString(accountId hedera.AccountID, from string) (*model.Response, error)
- func (m *MockHederaMirrorClient) GetAccountTokenBurnTransactionsAfterTimestamp(accountId hedera.AccountID, from int64) (*model.Response, error)
- func (m *MockHederaMirrorClient) GetAccountTokenBurnTransactionsAfterTimestampString(accountId hedera.AccountID, from string) (*model.Response, error)
- func (m *MockHederaMirrorClient) GetAccountTokenMintTransactionsAfterTimestamp(accountId hedera.AccountID, from int64) (*model.Response, error)
- func (m *MockHederaMirrorClient) GetAccountTokenMintTransactionsAfterTimestampString(accountId hedera.AccountID, from string) (*model.Response, error)
- func (m *MockHederaMirrorClient) GetMessagesAfterTimestamp(topicId hedera.TopicID, from int64) ([]model.Message, error)
- func (m *MockHederaMirrorClient) GetMessagesForTopicBetween(topicId hedera.TopicID, from, to int64) ([]model.Message, error)
- func (m *MockHederaMirrorClient) GetSchedule(scheduleID string) (*model.Schedule, error)
- func (m *MockHederaMirrorClient) GetScheduledTransaction(transactionID string) (*model.Response, error)
- func (m *MockHederaMirrorClient) GetStateProof(transactionID string) ([]byte, error)
- func (m *MockHederaMirrorClient) GetTransaction(transactionID string) (*model.Response, error)
- func (m *MockHederaMirrorClient) TopicExists(topicID hedera.TopicID) bool
- func (m *MockHederaMirrorClient) WaitForScheduledTransaction(txId string, onSuccess, onFailure func())
- func (m *MockHederaMirrorClient) WaitForTransaction(txId string, onSuccess, onFailure func())
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type MockHederaMirrorClient ¶
func (*MockHederaMirrorClient) AccountExists ¶
func (m *MockHederaMirrorClient) AccountExists(accountID hedera.AccountID) bool
func (*MockHederaMirrorClient) GetAccountCreditTransactionsAfterTimestamp ¶
func (m *MockHederaMirrorClient) GetAccountCreditTransactionsAfterTimestamp(accountId hedera.AccountID, milestoneTimestamp int64) (*model.Response, error)
func (*MockHederaMirrorClient) GetAccountCreditTransactionsAfterTimestampString ¶
func (m *MockHederaMirrorClient) GetAccountCreditTransactionsAfterTimestampString(accountId hedera.AccountID, from string) (*model.Response, error)
func (*MockHederaMirrorClient) GetAccountCreditTransactionsBetween ¶
func (m *MockHederaMirrorClient) GetAccountCreditTransactionsBetween(accountId hedera.AccountID, from, to int64) ([]model.Transaction, error)
func (*MockHederaMirrorClient) GetAccountDebitTransactionsAfterTimestampString ¶
func (m *MockHederaMirrorClient) GetAccountDebitTransactionsAfterTimestampString(accountId hedera.AccountID, from string) (*model.Response, error)
func (*MockHederaMirrorClient) GetAccountTokenBurnTransactionsAfterTimestamp ¶
func (m *MockHederaMirrorClient) GetAccountTokenBurnTransactionsAfterTimestamp(accountId hedera.AccountID, from int64) (*model.Response, error)
func (*MockHederaMirrorClient) GetAccountTokenBurnTransactionsAfterTimestampString ¶
func (m *MockHederaMirrorClient) GetAccountTokenBurnTransactionsAfterTimestampString(accountId hedera.AccountID, from string) (*model.Response, error)
func (*MockHederaMirrorClient) GetAccountTokenMintTransactionsAfterTimestamp ¶
func (m *MockHederaMirrorClient) GetAccountTokenMintTransactionsAfterTimestamp(accountId hedera.AccountID, from int64) (*model.Response, error)
func (*MockHederaMirrorClient) GetAccountTokenMintTransactionsAfterTimestampString ¶
func (m *MockHederaMirrorClient) GetAccountTokenMintTransactionsAfterTimestampString(accountId hedera.AccountID, from string) (*model.Response, error)
func (*MockHederaMirrorClient) GetMessagesAfterTimestamp ¶
func (m *MockHederaMirrorClient) GetMessagesAfterTimestamp(topicId hedera.TopicID, from int64) ([]model.Message, error)
func (*MockHederaMirrorClient) GetMessagesForTopicBetween ¶
func (m *MockHederaMirrorClient) GetMessagesForTopicBetween(topicId hedera.TopicID, from, to int64) ([]model.Message, error)
func (*MockHederaMirrorClient) GetSchedule ¶
func (m *MockHederaMirrorClient) GetSchedule(scheduleID string) (*model.Schedule, error)
func (*MockHederaMirrorClient) GetScheduledTransaction ¶
func (m *MockHederaMirrorClient) GetScheduledTransaction(transactionID string) (*model.Response, error)
func (*MockHederaMirrorClient) GetStateProof ¶
func (m *MockHederaMirrorClient) GetStateProof(transactionID string) ([]byte, error)
func (*MockHederaMirrorClient) GetTransaction ¶
func (m *MockHederaMirrorClient) GetTransaction(transactionID string) (*model.Response, error)
func (*MockHederaMirrorClient) TopicExists ¶
func (m *MockHederaMirrorClient) TopicExists(topicID hedera.TopicID) bool
func (*MockHederaMirrorClient) WaitForScheduledTransaction ¶
func (m *MockHederaMirrorClient) WaitForScheduledTransaction(txId string, onSuccess, onFailure func())
func (*MockHederaMirrorClient) WaitForTransaction ¶
func (m *MockHederaMirrorClient) WaitForTransaction(txId string, onSuccess, onFailure func())
Click to show internal directories.
Click to hide internal directories.