package
0.0.0-20181026122453-b7e984262a79
Repository: https://github.com/kowala-tech/kusd.git
Documentation: pkg.go.dev

# Structs

BalanceResponse represents the response of the use case of getting the balance from an account.
BlockHeightResponse represents the response of the use case of getting the block height of the Blockchain.
BroadcastTransactionHandler represents the use case of sending a signed transaction to the Blockchain.
BroadcastTransactionResponse represents the response with information for the use case of broadcasta signed transaction to the blockchain.
GetBalanceHandler is the domain use case that represents getting a balance from a specific address.
GetBlockHeightHandler represents the use case of getting the block height from the.
GetTransactions represents the parameters needed to perform the use case for getting the transactions of agiven account.
GetTransactionsHandler represents the use case of getting the transactions sent or received from a given account.
TransactionsResponse represents the response with the transactions sent or received from a given account.