Function issue::pallet::dispatchables::execute_issue
source · pub fn execute_issue<T: Config>(
issue_id: H256,
unchecked_transaction: FullTransactionProof
)
Expand description
Finalize the issuance of tokens
Arguments
origin
- sender of the transactionissue_id
- identifier of issue request as output from request_issuetx_block_height
- block number of collateral chainmerkle_proof
- raw bytesraw_tx
- raw bytes
Warning: Doc-Only
This function is an automatically generated, and is doc-only, uncallable
stub. See the real version in
Pallet::execute_issue
.