ListTransactionsByTagResponse

interface ListTransactionsByTagResponse {
    items?: GetTransactionsByTagResponse[];
    metadata?: { [key: string]: object };
}

Properties

Properties

ListTransactionsByTagResponse

metadata?: { [key: string]: object }

ListTransactionsByTagResponse