This interface represents a token parameter in a MarloweTemplate.

Tokens are encoded as a tuple of 2 StringParam. The first string is the policy id and the second one is the token name.

Type Parameters

  • Name extends string

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

Hierarchy

  • TokenParam

Properties

Properties

description?: string
name: Name
type: "token"