DelegateVtxo.Script extends DefaultVtxo.Script and adds a delegate path.
const vtxoScript = new DelegateVtxo.Script({ pubKey: new Uint8Array(32), serverPubKey: new Uint8Array(32), delegatePubKey: new Uint8Array(32),});console.log("script pub key:", vtxoScript.pkScript) Copy
const vtxoScript = new DelegateVtxo.Script({ pubKey: new Uint8Array(32), serverPubKey: new Uint8Array(32), delegatePubKey: new Uint8Array(32),});console.log("script pub key:", vtxoScript.pkScript)
Readonly
Static
DelegateVtxo.Script extends DefaultVtxo.Script and adds a delegate path.
Example