TemplateParam<Name>: StringParam<Name> | ValueParam<Name> | AddressParam<Name> | DateParam<Name> | TokenParam<Name>

This type represents one of the possible parameters in a MarloweTemplate.

Type Parameters

  • Name extends string

    The name of the parameter is used by different type functions to infer the Template's ObjectParam.

See

The documentation on each parameter to see how is encoded and decoded.