GetTransactionsByTagResponse

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

Properties

Properties

id?: string

Transaction id

GetTransactionsByTagResponse

state?: number

Transaction status

GetTransactionsByTagResponse

updatedAt?: string

Last time updated

GetTransactionsByTagResponse