Options
All
  • Public
  • Public/Protected
  • All
Menu

External module "contracts/typeGenerator.test"

Index

Variables

Const numberTypes

numberTypes: string[] = ['int8','int16','int32','int64','int128','int256','uint8','uint16','uint32','uint64','uint128','uint256','uint8_t','uint16_t','uint32_t','uint64_t','uint128_t','uint256_t',]

Javascript only supports 64 bit floating point numbers natively, so CPP integer types need to be mapped accordingly

Const stringNumberTypes

stringNumberTypes: string[] = ['name','action_name','scope_name','account_name','permission_name','table_name',]

Name types are typically a string or uint64_t and typically represent an identity on the EOS blockchain

Generated using TypeDoc