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 can be at most 255.

  • 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