コード例 #1
0
 public static string EncodeSeed(byte[] bytes, string type)
 {
     return(B58.Encode(bytes, type, AnySeed));
 }