Esempio n. 1
0
 public static string ToHex(this Amount amount)
 {
     return(amount.AmountToBytes().ToHex());
 }