Optionalfields: Partial<The fields for the application call transaction where appId value can be instance of Application or BaseContract.
Generates a random asset configuration transaction with the specified fields.
Optionalfields: Partial<Mutable<Pick<AssetConfigTxn, keyof AssetConfigTxn>>>The fields for the asset configuration transaction.
Generates a random asset freeze transaction with the specified fields.
Optionalfields: Partial<Mutable<Pick<AssetFreezeTxn, keyof AssetFreezeTxn>>>The fields for the asset freeze transaction.
Generates a random asset transfer transaction with the specified fields.
Optionalfields: Partial<Mutable<Pick<AssetTransferTxn, keyof AssetTransferTxn>>>The fields for the asset transfer transaction.
Generates a random key registration transaction with the specified fields.
Optionalfields: Partial<Mutable<Pick<KeyRegistrationTxn, keyof KeyRegistrationTxn>>>The fields for the key registration transaction.
Generates a random payment transaction with the specified fields.
Optionalfields: Partial<Mutable<Pick<PaymentTxn, keyof PaymentTxn>>>The fields for the payment transaction.
Generates a random application call transaction with the specified fields.