Skip to content

verifyAssetTransferTxn

verifyAssetTransferTxn(txn, params): txn is Required<AssetTransferParams>

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

Parameters

txn: Required<AssetTransferParams> | Txn

the transaction to verify

params: AssetTransferTxnVerificationFields

the transaction fields to verify in the given transaction

Returns

txn is Required<AssetTransferParams>

Source

types/global.d.ts:1287