Parsed result from decoding an arkcontract string.
This is a low-level representation. For type-safe contract creation, use contractFromArkContract or contractFromArkContractWithAddress which validate params through the handler system.
contractFromArkContract
contractFromArkContractWithAddress
All key-value pairs from the string
Contract type (e.g., "vhtlc", "default")
Parsed result from decoding an arkcontract string.
This is a low-level representation. For type-safe contract creation, use
contractFromArkContractorcontractFromArkContractWithAddresswhich validate params through the handler system.