Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func AccountMinBalance ¶ added in v3.5.0
func AccountMinBalance(account sdk.AccountData, proto *config.ConsensusParams) uint64
AccountMinBalance computes the minimum balance requirements for an account based on some consensus parameters. MinBalance should correspond roughly to how much storage the account is allowed to store on disk.
Types ¶
type EncodedBlockCert ¶
type EncodedBlockCert struct {
Block sdk.Block `codec:"block"`
Certificate map[string]interface{} `codec:"cert"`
// contains filtered or unexported fields
}
EncodedBlockCert contains the encoded block and the corresponding encoded certificate
type SpecialAddresses ¶
SpecialAddresses holds addresses with nonstandard properties.
type ValidatedBlock ¶
type ValidatedBlock struct {
Block sdk.Block `codec:"Blk"`
Delta sdk.LedgerStateDelta
}
A ValidatedBlock represents an Block that has been successfully validated and can now be recorded in the ledger.
Click to show internal directories.
Click to hide internal directories.