Coin typedef

Coin = int

Represents ADA amount in lovelace.

TODO migrate to BigInt in future release.

Implementation

typedef Coin = int;