neo-ngd / Neo3-GUI

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

[Enhancement] Add hex string to Base64 convert #109

Open cloud8little opened 3 years ago

cloud8little commented 3 years ago

For example: source byte array: abcd

Base64: q80=

since there is requirement for contract to input a byteArray as parameter.

       public static bool changeBookKeeper(byte[] rawHeader, byte[] pubKeyList, byte[] signList)
        {
            //TODO
            return true;
        }