Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Enhancement] Add hex string to Base64 convert #109

Open
cloud8little opened this issue May 11, 2021 · 0 comments
Open

[Enhancement] Add hex string to Base64 convert #109

cloud8little opened this issue May 11, 2021 · 0 comments

Comments

@cloud8little
Copy link

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;
        }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant