Interface TapLeafScript

interface TapLeafScript {
    controlBlock: Buffer;
    leafVersion: number;
    script: Buffer;
}

Properties

controlBlock: Buffer
leafVersion: number
script: Buffer