Type Alias ContractData

ContractData: string | number | boolean

Generic Datatype for contracts

The data type can only be a numeric as contracts accept only longs.

Text is not supported