hedera_mirror_client

package
v0.1.0-alpha-5 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Nov 11, 2021 License: Apache-2.0 Imports: 3 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type MockHederaMirrorClient

type MockHederaMirrorClient struct {
	mock.Mock
}

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())

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL