Files
gmserialization/asn1_optimized/GajumaruSerialization.hrl
Ulf Wiger 4036133476
Gajumaru Serialization Tests / tests (push) Successful in 12s
Updated asn1 experiment, now exploring PER and OER
2026-07-08 10:53:31 +02:00

77 lines
1.0 KiB
Erlang

%% 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('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_