@arkade-os/sdk Documentation - v0.4.21
    Preparing search index...

    Class AssetOutput

    AssetOutput references a real transaction output and specify the amount in satoshis. it must be present in an AssetGroup.

    the output index in the transaction

    asset amount in satoshis

    Index

    Properties

    amount: bigint
    vout: number
    TYPE_LOCAL: 1 = 0x01

    Methods

    • Serialize the asset output into an existing buffer writer.

      Parameters

      • writer: BufferWriter

      Returns void