@regulaforensics/vp-frontend-document-components
    Preparing search index...

    Interface GetTransactionsByTagResponse

    GetTransactionsByTagResponse

    interface GetTransactionsByTagResponse {
        id?: string;
        state?: number;
        updatedAt?: string;
    }
    Index

    Properties

    Properties

    id?: string

    Transaction id

    GetTransactionsByTagResponse

    state?: number

    Transaction status

    GetTransactionsByTagResponse

    updatedAt?: string

    Last time updated

    GetTransactionsByTagResponse