address
get_balance: (_: address) => tez
Gets the balance of an account (given as an address) in tez.
to_typed_address: <a, b>(_: address) => typed_address<a, b>
This function casts an address to a typed address. You will need to annotate the result with the type you expect.