Type alias CreatePLTPayload

CreatePLTPayload: {
    decimals: number;
    initializationParameters: Type;
    moduleRef: Type;
    tokenId: Type;
}

Type declaration

  • decimals: number

    The number of decimal places used in the representation of amounts of this token. This determines the smallest representable fraction of the token.

    This MUST be an integer in the range 0..255 (inclusive).

  • initializationParameters: Type

    The module specific initialization parameters.

  • moduleRef: Type

    The module reference for the token.

  • tokenId: Type

    The token ID or symbol of the token to create.

Generated using TypeDoc