Lamports

type Lamports = Brand<bigint, "Lamports">;

Represents an integer value denominated in Lamports (ie. $1 \times 10^-9$ ◎).

It is represented as a bigint in client code and an u64 in server code.