package
0.3.1
Repository: https://github.com/tendermint/spn.git
Documentation: pkg.go.dev

# Functions

Coin returns a sdk.Coin from a string.
Coins returns a sdk.Coins from a string.
Dec returns a sdk.Dec from a string.
LastCommitInfo creates a ABCI LastCommitInfo object for test purpose from a list of vote.
MonitoringInfo returns a monitoring info object for tests from a a block count and list of signature counts.
Shares returns a Shares object from a string of coin inputs.
SignatureCount returns a signature count object for test from a operator address and a decimal string for relative signatures.
SignatureCounts returns a signature counts object for tests from a a block count and list of signature counts.
Vouchers returns a Vouchers object from a string of coin inputs.

# Structs

Vote is a simplified type for abci.VoteInfo for testing purpose.