Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type PoWBlockState ¶ added in v0.68.0
type PoWStatistics ¶ added in v0.68.0
type PoWStatistics struct {
PowBlockStates []PoWBlockState
PastBlocks uint64
BannedUntil *string
}
type SpamStatistic ¶ added in v0.68.0
type SpamStatistics ¶ added in v0.68.0
type SpamStatistics struct {
ChainID string
EpochSeq uint64
LastBlockHeight uint64
Proposals *SpamStatistic
Delegations *SpamStatistic
Transfers *SpamStatistic
NodeAnnouncements *SpamStatistic
IssuesSignatures *SpamStatistic
CreateReferralSet *SpamStatistic
UpdateReferralSet *SpamStatistic
ApplyReferralCode *SpamStatistic
Votes *VoteSpamStatistics
PoW *PoWStatistics
}
type Statistics ¶
type TransactionError ¶
func (TransactionError) Error ¶
func (e TransactionError) Error() string
func (TransactionError) Is ¶
func (e TransactionError) Is(target error) bool
Click to show internal directories.
Click to hide internal directories.