pub type EgldPayment<Api> = Egld<BigUint<Api>>;
struct EgldPayment<Api>(pub BigUint<Api>);
0: BigUint<Api>