Package-level declarations
Types
Link copied to clipboard
open class NexaScript(instructions: OP, val chainSelector: ChainSelector = defaultChain) : SatoshiScript
Functions
Link copied to clipboard
Link copied to clipboard
fun NexaConstraint(gi: GroupInfo, templateHash: ByteArray, argsScript: SatoshiScript? = null, visArgs: List<ByteArray>? = null): SatoshiScript
fun NexaConstraint(gid: GroupId, tokenQuantity: ULong, templateHash: ByteArray, argsScript: SatoshiScript? = null, visArgs: List<ByteArray>? = null): SatoshiScript
Create an output constraint (script).
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard