CCC Docs
    Preparing search index...

    Type Alias OutPointLike

    type OutPointLike = {
        txHash: HexLike;
        index: NumLike;
    }
    Index

    Properties

    Properties

    txHash: HexLike
    index: NumLike