pub fn execute_issue<T: Config>(
    issue_id: H256,
    unchecked_transaction: FullTransactionProof
)
Expand description

Finalize the issuance of tokens

Arguments

  • origin - sender of the transaction
  • issue_id - identifier of issue request as output from request_issue
  • tx_block_height - block number of collateral chain
  • merkle_proof - raw bytes
  • raw_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.