Algorand TypeScript Testing
    Preparing search index...
    Index

    Constructors

    Methods

    • Generates a random asset configuration transaction with the specified fields.

      Parameters

      • Optionalfields: Partial<Mutable<Pick<AssetConfigTxn, keyof AssetConfigTxn>>>

        The fields for the asset configuration transaction.

      Returns AssetConfigTransaction

      • A random asset configuration transaction.
    • Generates a random asset freeze transaction with the specified fields.

      Parameters

      • Optionalfields: Partial<Mutable<Pick<AssetFreezeTxn, keyof AssetFreezeTxn>>>

        The fields for the asset freeze transaction.

      Returns AssetFreezeTransaction

      • A random asset freeze transaction.
    • Generates a random asset transfer transaction with the specified fields.

      Parameters

      • Optionalfields: Partial<Mutable<Pick<AssetTransferTxn, keyof AssetTransferTxn>>>

        The fields for the asset transfer transaction.

      Returns AssetTransferTransaction

      • A random asset transfer transaction.
    • Generates a random key registration transaction with the specified fields.

      Parameters

      • Optionalfields: Partial<Mutable<Pick<KeyRegistrationTxn, keyof KeyRegistrationTxn>>>

        The fields for the key registration transaction.

      Returns KeyRegistrationTransaction

      • A random key registration transaction.