package
2.2.0+incompatible
Repository: https://github.com/dispatchlabs/disgo.git
Documentation: pkg.go.dev

# README

commons/types

# Functions

No description provided by the author
GetAccount - Returns the singleton instance of the current account.
GetConfig - Reads from disk or Returns default config.
GetDefaultConfig - Returns default config, does not save to disk.
No description provided by the author
NewAuthentication.
NewDeployContractTransaction -.
NewExecuteContractTransaction -.
NewGossip -.
NewReceipt.
NewReceiptWithError.
NewReceiptWithStatus.
NewResponse.
NewResponseWithError.
NewResponseWithStatus.
NewRumor -.
NewTransferTokensTransaction -.
No description provided by the author
No description provided by the author
ToAccountByAddress.
ToAccountByName.
ToAccountFromCache -.
ToAccountFromJson -.
ToAccountsByName.
ToAuthenticationFromCache -.
ToAccountFromJson -.
ToGossipByKey.
ToGossipByTransactionHash.
ToGossipFromCache -.
ToGossipFromJson -.
ToGossips.
ToJsonByGossip.
ToJsonByRumors.
ToNodeByAddress.
ToNodeByKey.
ToGossipFromCache -.
ToTransactionFromJson -.
ToNodesByType.
ToNodeByTypeFromCache -.
ToPageByKey.
ToPageFromCache -.
toPageFromJson.
ToReceiptFromCache -.
ToReceiptFromJson.
ToReceiptFromTransactionHash.
ToRumorFromJson -.
ToRumorsFromJson -.
ToTransactionByHash.
ToTransactionByKey.
ToTransactionFromCache -.
ToTransactionFromJson -.
ToTransactions.
ToTransactionsByFromAddress.
ToTransactionsByToAddress.
ToTransactionsByType.
No description provided by the author
No description provided by the author

# Constants

Persistence TTLs.
Cache TTLs.
Cache TTLs.
Cache TTLs.
TODO: I think we need to convert these timouts and their calculations in code to nano seconds Timouts -- currently calculated in milliseconds.
1 second //will continue to decrease until we find best value.
Persistence TTLs.
Cache TTLs.
Statuses.
Statuses.
Statuses.
Statuses.
Statuses.
Statuses.
Statuses.
Statuses.
No description provided by the author
Statuses.
Statuses.
Statuses.
Statuses.
Statuses.
Statuses.
Persistence TTLs.
1 second.
3 seconds.
Types.
Types.
Types.
Types.
Types.
Types.
Requests.

# Variables

# Structs

Account.
Authentication.
Config - Is the structure definition for the system properties.
Endpoint - Is the DisGover's notion of where a node can be contacted.
Gossip.
Node - Is the DisGover's notion of what a node is.
Block.
Receipt.
Name.
Rumor.
No description provided by the author
Transaction - The transaction info.
TransactionSorter joins a By function and a slice of Transaction to be sorted.

# Interfaces

IService -.

# Type aliases

By is the type of a "less" function that defines the ordering of its Transaction arguments.