コード例 #1
0
 /// <summary>
 /// The number of tokens owned by an address
 /// </summary>
 private static BigInteger BalanceOf(byte[] owner) =>
 Storage.Get(Storage.CurrentContext, Keys.AddressBalanceKey(owner)).AsBigInteger();