Companion
object Companion
Properties
Functions
Link copied to clipboard
Link copied to clipboard
fun gAuthP2pkt(chainSelector: ChainSelector, grpId: GroupId, authorityBits: ByteArray, pubkey: ByteArray): SatoshiScript
fun gAuthP2pkt(chainSelector: ChainSelector, grpId: GroupId, authorityBits: ULong, pubkey: ByteArray): SatoshiScript
Link copied to clipboard
fun gp2pkt(chainSelector: ChainSelector, grpId: GroupId, tokenAmt: Long, pubkey: ByteArray): SatoshiScript
Link copied to clipboard
Link copied to clipboard
Make a script that is a push-only list of arguments/parameters (used to supply arguments in locking and unlocking scripts)
Link copied to clipboard
fun makeTokenDesc(chainSelector: ChainSelector, ticker: String?, name: String? = null, document_url: String? = null, document_hash: Hash256? = null, decimal_places: Int? = null): SatoshiScript
Make a token descriptor OP_RETURN script for use in wallet.newToken
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
fun p2t(chainSelector: ChainSelector, templateScriptHash: ByteArray, constraintHiddenArgsHash: ByteArray?, constraintVisibleArgs: SatoshiScript? = null, grpId: GroupId, tokenAuthority: ByteArray): SatoshiScript
fun p2t(chainSelector: ChainSelector, templateScriptHash: ByteArray, constraintHiddenArgsHash: ByteArray?, constraintVisibleArgs: SatoshiScript? = null, grpId: GroupId? = null, tokenAmt: Long? = null): SatoshiScript
Link copied to clipboard