whiteflag-js
    Preparing search index...

    Interface WfMetaHeader

    Defines a Whiteflag message header object WfMetaHeader

    interface WfMetaHeader {
        autoGenerated?: string;
        blockchain?: string;
        blockDepth?: number;
        blockNumber?: number;
        confirmed?: boolean;
        encodedMessage?: string;
        encryptionInitVector?: string;
        encryptionKeyInput?: string;
        formatValid?: boolean;
        originatorAddress?: string;
        originatorPubKey?: string;
        originatorValid?: boolean;
        recipientAddress?: string;
        referenceValid?: boolean;
        transactionHash?: string;
        transactionIndex?: number;
        transactionTime?: string;
        transceiveDirection?: string;
        transmissionSuccess?: boolean;
        validationErrors?: string[];
        [key: string]: any;
    }

    Indexable

    • [key: string]: any
    Index

    Properties

    autoGenerated?: string
    blockchain?: string
    blockDepth?: number
    blockNumber?: number
    confirmed?: boolean
    encodedMessage?: string
    encryptionInitVector?: string
    encryptionKeyInput?: string
    formatValid?: boolean
    originatorAddress?: string
    originatorPubKey?: string
    originatorValid?: boolean
    recipientAddress?: string
    referenceValid?: boolean
    transactionHash?: string
    transactionIndex?: number
    transactionTime?: string
    transceiveDirection?: string
    transmissionSuccess?: boolean
    validationErrors?: string[]