verifyKeyRegTxn
verifyKeyRegTxn(
txn,params):txn is Required<KeyRegParams>
Verifies the fields of a key reg transaction against the given parameters.
Parameters
• txn: Required<KeyRegParams> | Txn
the transaction to verify
• params: KeyRegTxnVerificationFields
the transaction fields to verify in the given transaction
Returns
txn is Required<KeyRegParams>