%% Generated by the Erlang ASN.1 compiler. Version: 5.4.3 %% Purpose: Erlang record definitions for each named and unnamed %% SEQUENCE and SET, and macro definitions for each value %% definition in module GajumaruSerialization. -ifndef(_GAJUMARUSERIALIZATION_HRL_). -define(_GAJUMARUSERIALIZATION_HRL_, true). -record('GajumaruData', { tag, vsn, content }). -record('CompactStatic', { tag, vsn, fields }). -record('TemplateField', { name = asn1_NOVALUE, value }). -record('KeyValue', { key, val }). -record('Id', { type, value }). -record('Account', { foo, bar }). -record('SignedTx', { signatures, transaction }). -record('ContractV1', { sourceHash, typeInfo, byteCode }). -record('ContractV2', { sourceHash, typeInfo, byteCode, compilerVersion }). -record('ContractV3', { sourceHash, typeInfo, byteCode, compilerVersion, payable }). -record('TypeInfoV1', { typeHash, name, argType, outType }). -record('TypeInfoV3', { typeHash, name, payable, argType, outType }). -endif. %% _GAJUMARUSERIALIZATION_HRL_