menu
agent_dart package
documentation
candid/idl.dart
IDL
encode static method
encode static method
dark_mode
light_mode
encode
static method
BinaryBlob
encode
(
List
<
CType
>
argTypes
,
List
args
)
Implementation
static BinaryBlob encode(List<CType> argTypes, List args) => idlEncode(argTypes, args);
agent_dart package
documentation
candid/idl
IDL
encode static method
IDL class