Module Sdk_encode.EncodeFunctionCall

type t = {
abi : string;
meth : string;
header : string option;
parameters : string;
internal : bool;
key_pair : Sdk_types.keypair option;
}