Expand description
Module containing constants of Gear protocol.
Constants§
- Duration of one block in msecs.
- Default initial balance for users.
- Default user id for Alice.
- Default user id for Bob.
- Default user id for Charlie.
- Default user id for Eve.
- Duration of one epoch.
- Minimal amount of value able to be sent. Defines accounts existence requirement.
- Gas allowance for executing user dispatch and set of generated by programs dispatches from execution of the user dispatch.
- Gas multiplier used to calculate equivalence of gas in token value.
- Initial random seed for testing environment.
- Maximal amount of reservations program may have.
- Extra amount of blocks must be reserved for storing in storage.
- Value per token.
- Value per gas.
Functions§
- Default list of users.
Type Aliases§
- Numeric type representing blocks in Gear protocol.
- Numeric type representing gas in Gear protocol.
- Numeric type representing value in Gear protocol.