navio-blsct
    Preparing search index...

    Class CTxIn

    Represents a transaction input in a constructed confidential transaction. Also known as CTxIn on the C++ side.

    For code examples, see the ctx.ts class documentation.

    Index

    Constructors

    Methods

    • Returns the transaction ID of the previous output being spent.

      Returns CTxId

      The transaction ID of the previous output.

    • Returns the scriptWitness of the input.

      Returns Script

      The scriptWitness.

    • Returns the sequence number of the input.

      Returns number

      The sequence number.