Full Snekfun contracts configuration
minting object contains:
| Field | Description |
|---|---|
nft.script | Serialized minting script for pool NFTs |
nft.policy | Policy ID for pool NFTs |
nft.documentation | Upstream documentation for the NFT minting config |
other.template | Template used for token minting |
other.documentation | Upstream documentation for the token minting template |
contracts object contains:
| Field | Description |
|---|---|
launchAsset.hash | Launch validator script hash |
launchAsset.documentation | Upstream documentation for the launch validator |
snekfunOrderLegacy.script | Serialized legacy order validator |
snekfunOrderLegacy.hash | Legacy order validator hash |
snekfunOrderLegacy.uTxORef.txHash | Reference input transaction hash |
snekfunOrderLegacy.uTxORef.index | Reference input index |
snekfunOrderLegacy.cost.mem | Execution memory budget |
snekfunOrderLegacy.cost.steps | Execution step budget |
snekfunOrderLegacy.documentation | Upstream documentation |
snekfunOrder.script | Serialized current order validator |
snekfunOrder.hash | Current order validator hash |
snekfunOrder.uTxORef.txHash | Reference input transaction hash |
snekfunOrder.uTxORef.index | Reference input index |
snekfunOrder.cost.mem | Execution memory budget |
snekfunOrder.cost.steps | Execution step budget |
snekfunOrder.documentation | Upstream documentation |