navio-blsct
    Preparing search index...

    Class CTxOut

    Represents a transaction output in a constructed confidential transaction. Also known as CTxOut on the C++ side.

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

    Index

    Constructors

    Methods

    • Returns the blinding key associated with the transaction output.

      Returns Scalar

      The blinding key of the output.

    • Returns the ephemeral key associated with the transaction output.

      Returns Point

      The ephemeral key of the output.

    • Returns the `scriptPubKey' of the transaction output.

      • @returns The scriptPubKey of the output.

      Returns Script

    • Returns the spending key associated with the transaction output.

      Returns Scalar

      The spending key of the output.

    • Returns the token ID associated with the transaction output.

      Returns TokenId

      The token ID of the output.

    • Returns the value of the transaction output. *

      Returns bigint

      The value of the output.

    • Returns the vector predicate of the transaction output. *

      Returns string

      The vector predicate as a hexadecimal string.

    • Returns the view tag associated with the view of the transaction output.

      Returns number

      The view tag of the output.