ParamTypes: {
AMOUNT: "amount";
BRAND: "brand";
INSTALLATION: "installation";
INSTANCE: "instance";
INVITATION: "invitation";
NAT: "nat";
PASSABLE_RECORD: "record";
RATIO: "ratio";
RELATIVE_TIME: "relativeTime";
STRING: "string";
TIMESTAMP: "timestamp";
UNKNOWN: "unknown";
} = ...
Type declaration
Readonly AMOUNT: "amount"
Readonly BRAND: "brand"
Readonly INSTALLATION: "installation"
Readonly INSTANCE: "instance"
Readonly INVITATION: "invitation"
Readonly NAT: "nat"
Readonly PASSABLE_RECORD: "record"
Readonly RATIO: "ratio"
Readonly RELATIVE_TIME: "relativeTime"
Readonly STRING: "string"
Readonly TIMESTAMP: "timestamp"
Readonly UNKNOWN: "unknown"
Enum of parameter types
UNKNOWN is an escape hatch for types we haven't added yet. If you are developing a new contract and use UNKNOWN, please also file an issue to ask us to support the new type.