Skip to content

verifyAssetConfigTxn

verifyAssetConfigTxn(txn, params): txn is Required<AssetConfigParams>

Verifies the fields of an asset config transaction against the given parameters.

Parameters

txn: Required<AssetConfigParams> | Txn

the transaction to verify

params: AssetConfigTxnVerificationFields

the transaction fields to verify in the given transaction

Returns

txn is Required<AssetConfigParams>

Source

types/global.d.ts:1276