{% match slp_meta %} {% when Some with (slp_meta) %} {% match
slp_meta.token_type() %} {% when SlpTokenType::Fungible %} Type1 (Specification) {% when SlpTokenType::Nft1Group %} NFT1 Group (Specification) {% when SlpTokenType::Nft1Child %} NFT1 Child (Specification) {% when _ %} Unknown {% endmatch %} {% when None %} Unknown {%
endmatch %}
Transaction Type
{% match slp_meta %} {% when Some with (slp_meta) %} {% match
slp_meta.token_type() %} {% when SlpTokenType::Fungible %} {% match
slp_meta.tx_type() %} {% when SlpTxType::Genesis %} GENESIS {% when
SlpTxType::Mint %} MINT {% when SlpTxType::Send %} SEND {% when _ %}
{% endmatch %} {% when SlpTokenType::Nft1Group %} {% match
slp_meta.tx_type() %} {% when SlpTxType::Genesis %} NFT1 GROUP
GENESIS {% when SlpTxType::Mint %} NFT1 GROUP MINT {% when
SlpTxType::Send %} NFT1 GROUP SEND {% when _ %} {% endmatch %} {%
when SlpTokenType::Nft1Child %} {% match slp_meta.tx_type() %} {%
when SlpTxType::Genesis %} NFT1 Child GENESIS {% when
SlpTxType::Send %} NFT1 Child SEND {% when _ %} {% endmatch %} {%
when _ %} Unknown {% endmatch %} {% when None %} {% endmatch %}