idl property
Implementation
static Record idl = IDL.Record({
'max_message_size_bytes': IDL.Opt(IDL.Nat32),
'node_max_memory_size_bytes': IDL.Opt(IDL.Nat32),
'controller_id': IDL.Principal,
});
static Record idl = IDL.Record({
'max_message_size_bytes': IDL.Opt(IDL.Nat32),
'node_max_memory_size_bytes': IDL.Opt(IDL.Nat32),
'controller_id': IDL.Principal,
});