interface TransactionEvent {
    action: REMOTE_TRANSACTION_UPLOADED;
    data: GetTransactionsByTagResponse;
}

Properties

Properties