feat: support jsontype in execute contract

This commit is contained in:
CaiHQ 2021-12-03 11:19:29 +08:00
parent 42745687ab
commit 7205344a26

View File

@ -9,7 +9,7 @@ public class ContractRequestTest {
// req.requester = rsa.toBase64Pubkey();
req.contractID = "123";
req.action = "main";
req.arg = "arg1";
req.setArg("arg1");
String key =
"{\"privateKey\":\"589d94ee5688358a1c5c18430dd9c75097ddddebf769f139da36a807911d20f8\"," +
"\"publicKey\":\"04d1924329f72ced148f6f333fb985ccbaa31b1e3aacf10be5f43d4a4ff5a" +