OPNet
    Preparing search index...

    Interface StrippedTransactionOutputAPI

    interface StrippedTransactionOutputAPI {
        flags: number;
        index: number;
        scriptPubKey?: string;
        to?: string;
        value: string;
    }
    Index

    Properties

    flags: number
    index: number
    scriptPubKey?: string
    to?: string
    value: string