neo-ngd / Neo3-GUI

Neo3-GUI: still under development
MIT License
16 stars 12 forks source link

Return Buffer type not supported #114

Closed cloud8little closed 2 years ago

cloud8little commented 3 years ago

10f3ddba4d4116e37e2b75c9e5932d9

        public static byte[] testtoArray2(BigInteger a)
        {
            return a.ToByteArray().Reverse();
        }