Open cloud8little opened 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; }
For example: source byte array: abcd
Base64: q80=
since there is requirement for contract to input a byteArray as parameter.