Module sp_runtime::biguint [−][src]
Re-export big_uint stuff. Infinite precision unsigned integer for substrate runtime.
Structs
| BigUint | Simple wrapper around an infinitely large integer, represented as limbs of |
Functions
| add_single | Assumed as a given primitive. |
| mul_single | Assumed as a given primitive. |
| split | Splits a |
Type Definitions
| Double | Representation of two limbs. |
| Single | Representation of a single limb. |