Function simfony_as_rust::jet::issuance::issuance_entropy
source ยท pub fn issuance_entropy(a: u32) -> Option<Option<u256>>Expand description
Return the issuance entropy of the input at the given index:
- Return
Some(Some(x))if the input has reissuance with entropyxor if there is new issuance whose computed entropy isx. - Return
Some(Some(x))if the input has no issuance. - Return
Noneif the input does not exist.