Function simfony_as_rust::jet::issuance::issuance_asset
source ยท pub fn issuance_asset(a: u32) -> Option<Option<ExplicitAsset>>Expand description
Return the ID of the issued asset of the input at the given index:
- Return
Some(Some(x))if the input has issuance with asset idx. - Return
Some(None)if the input has no issuance. - Return
Noneif the input does not exist.