Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type DataBasics ¶
type DataBasics struct { U8 uint8 U16 uint16 U32 uint32 U64 uint64 I8 int8 I16 int16 I32 int32 I64 int64 Bool bool BoxedBytes string TokenIdentifier string BigInt big.Int BigUint big.Int }
DataBasics defines a data structure that contains the implemented primitives
type NestingStructure ¶
type NestingStructure struct { String string Ticker string Bool bool Int64 int64 BigInt big.Int OtherStruct OtherStruct AnotherBigInt big.Int }
NestingStructure contains a nested structure alongside other primitive types
type OtherStruct ¶
OtherStruct another structure containing a small sub set of primitives
Click to show internal directories.
Click to hide internal directories.