Structs§
- Delegation
- Represents a delegation of stake and gas payment to a validator, coming from a delegator. This struct is used to serialize and deserialize delegations to and from a csv file.
- Delegations
- Represents genesis delegations to validators.
- Genesis
- Genesis
Ceremony Parameters - Initial set of parameters for a chain.
- Genesis
Chain Parameters - Token
Allocation - Token
Distribution Schedule - Token
Distribution Schedule Builder - Unsigned
Genesis - Validator
Allocation - Represents the allocation of stake and gas payment to a validator.
Functions§
- csv_
reader_ with_ comments - Helper function to create a CSV reader with custom settings.
In this case, it sets the comment character to
#
.