Documentation ¶
Index ¶
- func DisableMultiAPI()
- func MultiApiDisabled() bool
- func SetLog(logger *logging.Logger)
- type MultiAPI
- func (mapi MultiAPI) AttachToTangle(args ...interface{}) ([]Trytes, error)
- func (mapi MultiAPI) CheckConsistency(args ...interface{}) (bool, string, error)
- func (mapi MultiAPI) FindTransactions(args ...interface{}) (Hashes, error)
- func (mapi MultiAPI) GetAPI() *API
- func (mapi MultiAPI) GetAPIEndpoint() string
- func (mapi MultiAPI) GetBalances(args ...interface{}) (*Balances, error)
- func (mapi MultiAPI) GetLatestInclusion(args ...interface{}) ([]bool, error)
- func (mapi MultiAPI) GetTransactionsToApprove(args ...interface{}) (*TransactionsToApprove, error)
- func (mapi MultiAPI) GetTrytes(args ...interface{}) ([]Trytes, error)
- func (mapi MultiAPI) StoreAndBroadcast(args ...interface{}) ([]Trytes, error)
- func (mapi MultiAPI) WereAddressesSpentFrom(args ...interface{}) ([]bool, error)
- type MultiCallRet
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func DisableMultiAPI ¶
func DisableMultiAPI()
func MultiApiDisabled ¶
func MultiApiDisabled() bool
Types ¶
type MultiAPI ¶
type MultiAPI []endpointEntry
func NewFromAPI ¶
func (MultiAPI) AttachToTangle ¶
func (MultiAPI) CheckConsistency ¶
NOTE: CheckConsistency for MultiAPI has not variable arguments!!!!
func (MultiAPI) FindTransactions ¶
func (MultiAPI) GetAPIEndpoint ¶
func (MultiAPI) GetBalances ¶
func (MultiAPI) GetLatestInclusion ¶
func (MultiAPI) GetTransactionsToApprove ¶
func (MultiAPI) StoreAndBroadcast ¶
NOTE: StoreAndBroadcast for MultiAPI has different types of arguments!!!!
func (MultiAPI) WereAddressesSpentFrom ¶
Click to show internal directories.
Click to hide internal directories.