13 Matching Annotations
  1. Sep 2021
    1. uint, short for unsigned integer. These are 128 bits numbers that can only be positive. The minimum value is therefore 0 and the maximum value is 2128 - 1. Unsigned integers are always prefixed by the character u.

      What is Unsigned integers?

    2. Clarity admits two different kinds of principals: standard principals and contract principals. Standard principals are backed by a corresponding private key whilst contract principals point to a smart contract.

      There are 2 kinds of principals: standard and contract

  2. Apr 2020
  3. Oct 2013