package
0.0.0-20210203100110-2c3f891d014e
Repository: https://github.com/pocblockchain/pocc.git
Documentation: pkg.go.dev

# Functions

CheckBalance checks the balance of an account.
CheckGenTx checks a generated signed transaction.
CreateGenAccounts generates genesis accounts loaded with coins, and returns their addresses, pubkeys, and privkeys.
GeneratePrivKeyAddressPairs generates a total of n private key, address pairs.
GeneratePrivKeyAddressPairsFromRand generates a total of n private key, address pairs using the provided randomness source.
GeneratePrivKeys generates a total n secp256k1 private keys.
GenSequenceOfTxs generates a set of signed transactions of messages, such that they differ only by having the sequence numbers incremented between every transaction.
GenTx generates a signed mock transaction.
No description provided by the author
NewApp partially constructs a new app on the memstore for module and genesis testing.
RandFromBigInterval chooses an interval uniformly from the provided list of BigIntervals, and then chooses an element from an interval uniformly at random.
RandomSetGenesis set genesis accounts with random coin values using the provided addresses and coin denominations.
SetGenesis sets the mock app genesis accounts.
SignCheckDeliver checks a generated signed transaction and simulates a block commitment with the given transaction.

# Structs

Type that combines an Address with the privKey and pubKey to that address.
App extends an ABCI application, but with most of its parameters exported.
BigInterval is a representation of the interval [lo, hi), where lo and hi are both of type sdk.Int.

# Type aliases

implement `Interface` in sort package.