Skip to content

Latest commit

 

History

History

case19

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

Case 19

ATC (Acceptance Test Criteria)

  • Try to generate ABI spec file with an action that has a vector of uint8_t as a field.
  • Verify ABI generator succeed
  • Verify the ABI json file is as expected (abi-expected.json)

Command Run

eosiocpp -g case19.abi types.hpp

Result

Generated case19.abi ...

Conclusion

Test Pass. ABI generator succeed. ABI file is generated as expected.