Class TokenManagementTransactionsOutcomeParser

Constructors

Methods

  • Parameters

    Returns {
        burntSupply: bigint;
        nonce: bigint;
        tokenIdentifier: string;
        userAddress: string;
    }

    • burntSupply: bigint
    • nonce: bigint
    • tokenIdentifier: string
    • userAddress: string
  • Parameters

    Returns {
        mintedSupply: bigint;
        nonce: bigint;
        tokenIdentifier: string;
        userAddress: string;
    }

    • mintedSupply: bigint
    • nonce: bigint
    • tokenIdentifier: string
    • userAddress: string